Skip to content

Commit 22fb290

Browse files
committed
Enable compiler-rt on Windows
1 parent 66de2f7 commit 22fb290

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

toolchain/caches/llvm.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,7 @@ elseif(CMAKE_HOST_SYSTEM_NAME STREQUAL "Darwin")
9292

9393
elseif(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
9494

95+
set(LLVM_ENABLE_RUNTIMES "compiler-rt" CACHE STRING "")
96+
set(LLVM_RUNTIME_TARGETS "default" CACHE STRING "")
97+
9598
endif()

0 commit comments

Comments
 (0)