Skip to content

Commit fa24e06

Browse files
committed
move libclc earlier in runtimes order
1 parent f5278d2 commit fa24e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ list(INSERT CMAKE_MODULE_PATH 0
3535

3636
# We order libraries to mirror roughly how they are layered, except that compiler-rt can depend
3737
# on libc++, so we put it after.
38-
set(LLVM_DEFAULT_RUNTIMES "libc;libunwind;libcxxabi;pstl;libcxx;compiler-rt;openmp;offload;libclc")
38+
set(LLVM_DEFAULT_RUNTIMES "libc;libunwind;libcxxabi;pstl;libcxx;compiler-rt;libclc;openmp;offload")
3939
set(LLVM_SUPPORTED_RUNTIMES "${LLVM_DEFAULT_RUNTIMES};llvm-libgcc;flang-rt")
4040
set(LLVM_ENABLE_RUNTIMES "" CACHE STRING
4141
"Semicolon-separated list of runtimes to build, or \"all\" (${LLVM_DEFAULT_RUNTIMES}). Supported runtimes are ${LLVM_SUPPORTED_RUNTIMES}.")

0 commit comments

Comments
 (0)