Taken from https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-devel/llvm-roc/files diff -Naur a/clang/lib/Basic/CMakeLists.txt b/clang/lib/Basic/CMakeLists.txt --- a/clang/lib/Basic/CMakeLists.txt 2019-12-28 07:42:49.119055933 +0100 +++ b/clang/lib/Basic/CMakeLists.txt 2019-12-28 07:42:13.265056070 +0100 @@ -2,6 +2,7 @@ Core MC Support + Option ) find_first_existing_vc_file("${LLVM_MAIN_SRC_DIR}" llvm_vc) diff -Naur a/clang/lib/Driver/CMakeLists.txt b/clang/lib/Driver/CMakeLists.txt --- a/clang/lib/Driver/CMakeLists.txt 2019-12-28 07:41:39.521056199 +0100 +++ b/clang/lib/Driver/CMakeLists.txt 2019-12-28 07:40:23.998056487 +0100 @@ -79,4 +79,5 @@ LINK_LIBS clangBasic ${system_libs} + pthread ) 'koszko' selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/globals.hh
AgeCommit message (Expand)Author
2019-09-08daemon: Remove 'NIX_LIBEXEC_DIR'....Ludovic Courtès
2019-09-08daemon: Run 'guix substitute' directly and assume a single substituter....Ludovic Courtès
2019-09-08daemon: Invoke 'guix gc --list-busy' instead of 'list-runtime-roots'....Ludovic Courtès
2019-02-04daemon: Remove unused 'NIX_DATA_DIR' environment variable....Ludovic Courtès
2018-10-15daemon: Support multiplexed build output....Ludovic Courtès
2018-10-02daemon: Remove unused 'Settings' fields....Ludovic Courtès
2018-03-30daemon: Remove dead code....Ludovic Courtès
2018-01-07daemon: Make libbz2 an optional dependency....Ludovic Courtès
2018-01-07daemon: Add gzip log compression....Ludovic Courtès