diff options
author | Marius Bakke <marius@gnu.org> | 2021-04-24 13:04:55 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-04-28 17:59:32 +0200 |
commit | 8fa86141b709195a44f8fbf8fa19c6e877f6c8a2 (patch) | |
tree | ee61415f963b213bdf05e52ef563b626d02b6651 /gnu/local.mk | |
parent | 01e33a031e493477d930b9383d397fea012a3b1a (diff) | |
download | guix-8fa86141b709195a44f8fbf8fa19c6e877f6c8a2.tar.gz |
gnu: LLVM, Clang: Add 12.0.0.
* gnu/packages/patches/clang-12-tools-extra-directory.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/llvm.scm (llvm-12, clang-runtime-12, clang-12, clang-toolchain-12): New variables. (llvm-11): Inherit from LLVM-12.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 6e4a06cc34..91066c9cfc 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -902,6 +902,7 @@ dist_patch_DATA = \ %D%/packages/patches/clang-9.0-libc-search-path.patch \ %D%/packages/patches/clang-10.0-libc-search-path.patch \ %D%/packages/patches/clang-11.0-libc-search-path.patch \ + %D%/packages/patches/clang-12-tools-extra-directory.patch \ %D%/packages/patches/clang-runtime-asan-build-fixes.patch \ %D%/packages/patches/clang-runtime-esan-build-fixes.patch \ %D%/packages/patches/clang-runtime-9-libsanitizer-mode-field.patch \ |