1
Fork 0

remove lldb package from bootstrap, config and build-manifest

it's not been built since a long time ago
This commit is contained in:
Ralf Jung 2020-05-09 19:53:48 +02:00
parent 34d6b446e5
commit dc7524be27
10 changed files with 7 additions and 184 deletions

View file

@ -57,7 +57,6 @@ o("cargo-native-static", "build.cargo-native-static", "static native libraries i
o("profiler", "build.profiler", "build the profiler runtime")
o("full-tools", None, "enable all tools")
o("lld", "rust.lld", "build lld")
o("lldb", "rust.lldb", "build lldb")
o("missing-tools", "dist.missing-tools", "allow failures when building tools")
o("use-libcxx", "llvm.use-libcxx", "build LLVM with libc++")
o("control-flow-guard", "rust.control-flow-guard", "Enable Control Flow Guard")