We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a59a3 commit b1f27faCopy full SHA for b1f27fa
src/bootstrap/native.rs
@@ -204,7 +204,7 @@ impl Step for Llvm {
204
}
205
206
if want_lldb {
207
- cfg.define("LLVM_ENABLE_PROJECTS", "clang;lldb");
+ cfg.define("LLVM_ENABLE_PROJECTS", "clang;lldb;compiler-rt");
208
// For the time being, disable code signing.
209
cfg.define("LLDB_CODESIGN_IDENTITY", "");
210
cfg.define("LLDB_NO_DEBUGSERVER", "ON");
0 commit comments