Skip to content

Commit 1271560

Browse files
committed
clang patch: disable building libclang-cpp.so
1 parent b0d1804 commit 1271560

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clang/tools/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ endif()
2121
add_clang_subdirectory(c-index-test)
2222

2323
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()
2924

3025
if(CLANG_ENABLE_ARCMT)
3126
add_clang_subdirectory(arcmt-test)

0 commit comments

Comments
 (0)