mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 10:26:06 +00:00
Revert "Make sure libLLVM users link with libatomic if needed"
Adds too many dependencies: many libraries in LLVM_SYSTEM_LIBS are arguably not required for users of libLLVM. This reverts commit 44ffc13f2eb6188a86ae88ea1e942e9ac354db9b.
This commit is contained in:
parent
a4efbe39eb
commit
d8afcaf93e
@ -63,9 +63,6 @@ if(LLVM_BUILD_LLVM_DYLIB)
|
||||
|
||||
target_link_libraries(LLVM PRIVATE ${LIB_NAMES})
|
||||
|
||||
get_property(SYSTEM_LIBS TARGET LLVMSupport PROPERTY LLVM_SYSTEM_LIBS)
|
||||
target_link_libraries(LLVM PUBLIC ${SYSTEM_LIBS})
|
||||
|
||||
if (APPLE)
|
||||
set_property(TARGET LLVM APPEND_STRING PROPERTY
|
||||
LINK_FLAGS
|
||||
|
Loading…
x
Reference in New Issue
Block a user