Skip to content

Commit bd69297

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

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
@@ -22,11 +22,6 @@ add_clang_subdirectory(c-index-test)
2222

2323
add_clang_subdirectory(clang-rename)
2424
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()
3025

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

0 commit comments

Comments
 (0)