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 b0d1804 commit 1271560Copy full SHA for 1271560
clang/tools/CMakeLists.txt
@@ -21,11 +21,6 @@ endif()
21
add_clang_subdirectory(c-index-test)
22
23
add_clang_subdirectory(clang-refactor)
24
-# For MinGW we only enable shared library if LLVM_LINK_LLVM_DYLIB=ON.
25
-# Without that option resulting library is too close to 2^16 DLL exports limit.
26
-if(UNIX OR (MSVC AND LLVM_BUILD_LLVM_DYLIB_VIS) OR (MINGW AND LLVM_LINK_LLVM_DYLIB))
27
- add_clang_subdirectory(clang-shlib)
28
-endif()
29
30
if(CLANG_ENABLE_ARCMT)
31
add_clang_subdirectory(arcmt-test)
0 commit comments