mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 06:26:08 +00:00
dsymutil: Re-add missing -latomic (#85380)
This was accidentally removed in https://reviews.llvm.org/D137799#4657404 / https://reviews.llvm.org/D137799#C3933303OL44, and downstream projects are forced to add it back. For example, https://git.savannah.gnu.org/cgit/guix.git/commit/?id=4e26331a5ee87928a16888c36d51e270f0f10f90 Fix this, by re-adding it. Co-authored-by: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>
This commit is contained in:
parent
07d3f2a8de
commit
23616c65e7
@ -44,4 +44,4 @@ if(APPLE AND NOT LLVM_TOOL_LLVM_DRIVER_BUILD)
|
||||
target_link_libraries(dsymutil PRIVATE "-framework CoreFoundation")
|
||||
endif(APPLE AND NOT LLVM_TOOL_LLVM_DRIVER_BUILD)
|
||||
|
||||
# target_link_libraries(dsymutil PRIVATE ${LLVM_ATOMIC_LIB})
|
||||
target_link_libraries(dsymutil PRIVATE ${LLVM_ATOMIC_LIB})
|
||||
|
Loading…
x
Reference in New Issue
Block a user