We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fc835 commit 0065e33Copy full SHA for 0065e33
src/bootstrap/native.rs
@@ -169,7 +169,6 @@ impl Step for Llvm {
169
.define("LLVM_INCLUDE_TESTS", "OFF")
170
.define("LLVM_INCLUDE_DOCS", "OFF")
171
.define("LLVM_INCLUDE_BENCHMARKS", "OFF")
172
- .define("WITH_POLLY", "OFF")
173
.define("LLVM_ENABLE_TERMINFO", "OFF")
174
.define("LLVM_ENABLE_LIBEDIT", "OFF")
175
.define("LLVM_ENABLE_BINDINGS", "OFF")
@@ -305,10 +304,6 @@ impl Step for Llvm {
305
304
cfg.define("LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN", "YES");
306
}
307
308
- if let Some(ref python) = builder.config.python {
309
- cfg.define("PYTHON_EXECUTABLE", python);
310
- }
311
-
312
configure_cmake(builder, target, &mut cfg, true);
313
314
// FIXME: we don't actually need to build all LLVM tools and all LLVM
0 commit comments