Skip to content

Commit 3e7b095

Browse files
committed
Disable openmp
1 parent 71d8dea commit 3e7b095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/release/build_llvm_release.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ set common_cmake_flags=^
163163
-DCMAKE_CXX_FLAGS="%common_compiler_flags%" ^
164164
-DLLVM_ENABLE_RPMALLOC=ON ^
165165
-DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld" ^
166-
-DLLVM_ENABLE_RUNTIMES="compiler-rt;openmp;offload"
166+
-DLLVM_ENABLE_RUNTIMES="compiler-rt"
167167

168168
if "%force-msvc%" == "" (
169169
where /q clang-cl

0 commit comments

Comments
 (0)