rustbuild: Also build compiler-rt when building LLDB. This allows clang-based run-make tests to use PGO.
This commit is contained in:
parent
eeb7348dc3
commit
30a3fad316
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ impl Step for Llvm {
|
|||
}
|
||||
|
||||
if want_lldb {
|
||||
cfg.define("LLVM_ENABLE_PROJECTS", "clang;lldb");
|
||||
cfg.define("LLVM_ENABLE_PROJECTS", "clang;lldb;compiler-rt");
|
||||
// For the time being, disable code signing.
|
||||
cfg.define("LLDB_CODESIGN_IDENTITY", "");
|
||||
cfg.define("LLDB_NO_DEBUGSERVER", "ON");
|
||||
|
|
Loading…
Add table
Reference in a new issue