diff options
author | Marius Bakke <marius@gnu.org> | 2021-09-22 22:22:43 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-09-23 12:05:53 +0200 |
commit | 855e34d44f02c80850434be12714726385e47dc3 (patch) | |
tree | f4d74058a1080ff0e507e69ac71286c611810acc /gnu/local.mk | |
parent | 06f47e0256c45aca3b65efb9718b14f9ee669709 (diff) | |
download | guix-855e34d44f02c80850434be12714726385e47dc3.tar.gz |
gnu: LLVM, Clang: Update to 12.0.1.
* gnu/packages/patches/clang-12-tools-extra-directory.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/llvm.scm (llvm-12, clang-runtime-12): Update to 12.0.1. (clang-12): Likewise. Remove obsolete patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 5bbac17c13..8327f5c6c8 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -920,7 +920,6 @@ 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 \ |