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