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 2b214f2 commit 4a3b4d3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions lib/Interpreter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ if(EMSCRIPTEN)
PUBLIC "SHELL: -s WASM_BIGINT"
)
else()
IF(WIN32)
llvm_map_components_to_libnames(
llvm_lib_shared
LLVM-20git
)
else()
IF(NOT WIN32)
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
BinaryFormat
Expand Down Expand Up @@ -150,7 +145,7 @@ else()
${DLM}
)
target_link_libraries(clangCppInterOp
PRIVATE ${llvm_lib_shared}
PRIVATE LLVM-20git
)
endif()
endif()
Expand Down

0 comments on commit 4a3b4d3

Please sign in to comment.