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}) uix/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/home/services.scm
AgeCommit message (Expand)Author
2024-01-28home: services: Add missing import....Ludovic Courtès
2023-10-27home: services: Fix regression in generated ‘on-first-login’ script....Rostislav Svoboda
2023-10-21home: services: Fix regression in generated ‘on-first-login’ script....Ludovic Courtès
2023-10-20home: services: Fix race condition when detecting first login....Carlo Zancanaro
2023-08-20home: services: Support mapping of System services to Home services....Ludovic Courtès
2023-07-11home: services: bash: Properly quote shell aliases....Ludovic Courtès
2023-01-09home: environment-variables: Fix escaping....Andrew Tropin
2023-01-09home: environment-variables: Return support for file-likes and gexps....Andrew Tropin
2023-01-05home: shells: Do not escape backslashes in single-quoted strings....Ludovic Courtès
2023-01-05home: services: environment-variables: Add support for literal strings....Ludovic Courtès
2023-01-03guix: Fix typos....jman