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 5b682e6 commit 6e8881eCopy full SHA for 6e8881e
build_tools/cmake/llvm_cache.cmake
@@ -22,11 +22,6 @@ if (WIN32)
22
set(CMAKE_MSVC_RUNTIME_LIBRARY MultiThreaded CACHE STRING "")
23
list(APPEND CMAKE_C_FLAGS "/MT")
24
list(APPEND CMAKE_CXX_FLAGS "/MT")
25
-else()
26
- # All the tools will use libllvm shared library
27
- # (but doesn't work on windows)
28
- set(LLVM_LINK_LLVM_DYLIB ON CACHE BOOL "")
29
- set(MLIR_LINK_MLIR_DYLIB ON CACHE BOOL "")
30
endif()
31
32
# useful things
0 commit comments