Skip to content

Commit 23616c6

Browse files
maflckoMarcoFalke
andauthored
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 <*~=`'#}+{/-|&$^[email protected]>
1 parent 07d3f2a commit 23616c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/dsymutil/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ if(APPLE AND NOT LLVM_TOOL_LLVM_DRIVER_BUILD)
4444
target_link_libraries(dsymutil PRIVATE "-framework CoreFoundation")
4545
endif(APPLE AND NOT LLVM_TOOL_LLVM_DRIVER_BUILD)
4646

47-
# target_link_libraries(dsymutil PRIVATE ${LLVM_ATOMIC_LIB})
47+
target_link_libraries(dsymutil PRIVATE ${LLVM_ATOMIC_LIB})

0 commit comments

Comments
 (0)