Skip to content

Commit 30a3fad

Browse files
rustbuild: Also build compiler-rt when building LLDB. This allows clang-based run-make tests to use PGO.
1 parent eeb7348 commit 30a3fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/native.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ impl Step for Llvm {
204204
}
205205

206206
if want_lldb {
207-
cfg.define("LLVM_ENABLE_PROJECTS", "clang;lldb");
207+
cfg.define("LLVM_ENABLE_PROJECTS", "clang;lldb;compiler-rt");
208208
// For the time being, disable code signing.
209209
cfg.define("LLDB_CODESIGN_IDENTITY", "");
210210
cfg.define("LLDB_NO_DEBUGSERVER", "ON");

0 commit comments

Comments
 (0)