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 93fe672 commit 3becbd2Copy full SHA for 3becbd2
1 file changed
src/bootstrap/src/core/build_steps/llvm.rs
@@ -1081,6 +1081,7 @@ impl Step for OmpOffload {
1081
} else {
1082
// OpenMP provides some device libraries, so we also compile it for all gpu targets.
1083
cfg.define("LLVM_USE_LINKER", "lld");
1084
+ cfg.define("LIBC_INCLUDE_BENCHMARKS", "OFF");
1085
cfg.define("LIBC_TARGET_TRIPLE", omp_target);
1086
cfg.define("LLVM_LIBC_FULL_BUILD", "ON");
1087
cfg.define("LLVM_ENABLE_RUNTIMES", "openmp;libc");
0 commit comments