Skip to content

Commit 459c213

Browse files
committed
Build and ship OpenMP with LLVM releases
Fixes #135021 Suggested-by: Kawashima Takahiro <[email protected]>
1 parent 8a0d145 commit 459c213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/cmake/caches/Release.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if (${CMAKE_HOST_SYSTEM_NAME} MATCHES "Linux")
3636
list(APPEND DEFAULT_PROJECTS "bolt")
3737
endif()
3838

39-
set (DEFAULT_RUNTIMES "compiler-rt;libcxx")
39+
set (DEFAULT_RUNTIMES "compiler-rt;libcxx;openmp;flang-rt")
4040
if (NOT WIN32)
4141
list(APPEND DEFAULT_RUNTIMES "libcxxabi" "libunwind")
4242
endif()

0 commit comments

Comments
 (0)