This was mistakenly added to llvm-17 while a patch was being rebased. --- diff --git a/llvm/tools/dsymutil/CMakeLists.txt b/llvm/tools/dsymutil/CMakeLists.txt index 3cb88a50ce25..8699d0bb1d6b 100644 --- a/llvm/tools/dsymutil/CMakeLists.txt +++ b/llvm/tools/dsymutil/CMakeLists.txt @@ -42,4 +42,4 @@ if(APPLE) target_link_libraries(dsymutil PRIVATE "-framework CoreFoundation") endif(APPLE) -# target_link_libraries(dsymutil PRIVATE ${LLVM_ATOMIC_LIB}) +target_link_libraries(dsymutil PRIVATE ${LLVM_ATOMIC_LIB}) a> : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/version-control.scm
AgeCommit message (Expand)Author
2018-02-28services: cgit: Add more configuration fields....Oleg Pykhalov
2018-01-21services: Missing services are automatically instantiated....Ludovic Courtès
2018-01-21tests: Cgit test waits for /var/run/shepherd/socket....Ludovic Courtès
2017-12-18services: nginx: Replace 'http-port' and 'https-port' with 'listen'....Clément Lassieur
2017-11-28tests: Add 'git-http' test....Ludovic Courtès
2017-11-28tests: cgit: Add a file to the test repository....Ludovic Courtès
2017-10-03gnu: services: Add cgit....Oleg Pykhalov