Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 25, 2025
1 parent 6b65ec3 commit 2b214f2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions lib/Interpreter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,8 @@ if(EMSCRIPTEN)
else()
IF(WIN32)
llvm_map_components_to_libnames(
llvm_libs
${LLVM_TARGETS_TO_BUILD}
BinaryFormat
Core
Object
OrcJit
Support
llvm_lib_shared
LLVM-20git
)
else()
set(LLVM_LINK_COMPONENTS
Expand Down Expand Up @@ -155,7 +150,7 @@ else()
${DLM}
)
target_link_libraries(clangCppInterOp
PRIVATE ${llvm_libs}
PRIVATE ${llvm_lib_shared}
)
endif()
endif()
Expand Down

0 comments on commit 2b214f2

Please sign in to comment.