Skip to content

Commit

Permalink
Try solution
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 18, 2025
1 parent e983603 commit 9bab8d1
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions lib/Interpreter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ if(EMSCRIPTEN)
PUBLIC "SHELL: -s WASM_BIGINT"
)
else()
if(NOT WIN32)
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
BinaryFormat
Expand All @@ -30,14 +29,6 @@ else()
OrcJit
Support
)
else()
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
BinaryFormat
Core
Object
OrcJit
)
endif()
# FIXME: Investigate why this needs to be conditionally included.
if ("LLVMFrontendDriver" IN_LIST LLVM_AVAILABLE_LIBS)
Expand Down Expand Up @@ -108,7 +99,7 @@ else()
endif()
endforeach(transitive_lib)
# Update the target properties with the list of only static libraries.
set_target_properties(${lib} PROPERTIES INTERFACE_LINK_LIBRARIES "${static_transitive_libs}")
set_target_properties(${lib} PROPERTIES INTERFACE_LINK_LIBRARIES "")
set(static_transitive_libs "")
endif()
endforeach(lib)
Expand Down

0 comments on commit 9bab8d1

Please sign in to comment.