Skip to content

Commit 2b214f2

Browse files
authored
Update CMakeLists.txt
1 parent 6b65ec3 commit 2b214f2

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

lib/Interpreter/CMakeLists.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,8 @@ if(EMSCRIPTEN)
3131
else()
3232
IF(WIN32)
3333
llvm_map_components_to_libnames(
34-
llvm_libs
35-
${LLVM_TARGETS_TO_BUILD}
36-
BinaryFormat
37-
Core
38-
Object
39-
OrcJit
40-
Support
34+
llvm_lib_shared
35+
LLVM-20git
4136
)
4237
else()
4338
set(LLVM_LINK_COMPONENTS
@@ -155,7 +150,7 @@ else()
155150
${DLM}
156151
)
157152
target_link_libraries(clangCppInterOp
158-
PRIVATE ${llvm_libs}
153+
PRIVATE ${llvm_lib_shared}
159154
)
160155
endif()
161156
endif()

0 commit comments

Comments
 (0)