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 2a6ccec commit b41bfabCopy full SHA for b41bfab
src/bootstrap/src/core/build_steps/llvm.rs
@@ -1019,6 +1019,8 @@ impl Step for OmpOffload {
1019
.define("OPENMP_STANDALONE_BUILD", "ON")
1020
.define("LLVM_ROOT", builder.llvm_out(target).join("build"))
1021
.define("LLVM_DIR", builder.llvm_out(target).join("lib").join("cmake").join("llvm"));
1022
+
1023
+ cfg.define("LLVM_USE_LINKER", "lld");
1024
if let Some(p) = clang_dir {
1025
cfg.define("Clang_DIR", p);
1026
}
0 commit comments