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 bb3ec5a commit 4e818c9Copy full SHA for 4e818c9
1 file changed
src/bootstrap/src/core/build_steps/llvm.rs
@@ -1088,6 +1088,7 @@ impl Step for OmpOffload {
1088
} else {
1089
// OpenMP provides some device libraries, so we also compile it for all gpu targets.
1090
cfg.define("LLVM_USE_LINKER", "lld");
1091
+ cfg.define("LIBC_INCLUDE_BENCHMARKS", "OFF");
1092
cfg.define("LIBC_TARGET_TRIPLE", omp_target);
1093
cfg.define("LLVM_LIBC_FULL_BUILD", "ON");
1094
cfg.define("LLVM_ENABLE_RUNTIMES", "openmp;libc");
0 commit comments