Skip to content

Commit efcea6d

Browse files
authored
Temperory ignore removing of link to libLLVM.so on Windows(will revert)
1 parent 2171d80 commit efcea6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Interpreter/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ else()
6868

6969
if(NOT WIN32)
7070
list(APPEND link_libs dl)
71-
endif()
7271

7372
# Get rid of libLLVM-X.so which is appended to the list of static libraries.
7473
if (LLVM_LINK_LLVM_DYLIB)
@@ -116,7 +115,7 @@ else()
116115
clangStaticAnalyzerCore
117116
)
118117
endif(LLVM_LINK_LLVM_DYLIB)
119-
118+
endif()
120119
add_llvm_library(clangCppInterOp
121120
DISABLE_LLVM_LINK_LLVM_DYLIB
122121
CppInterOp.cpp

0 commit comments

Comments
 (0)