diff options
author | Maxim Cournoyer <[email protected]> | 2022-11-10 15:11:35 -0500 |
---|---|---|
committer | Maxim Cournoyer <[email protected]> | 2022-11-16 14:08:02 -0500 |
commit | bf741cdd275a8464799b4380d352c3a63da627d7 (patch) | |
tree | 607464e3e759da7dcd7154d7d0ddd5c20ae9e7fe /gnu/local.mk | |
parent | 615a57bdfb6a236b08573838d4bd3dd62b281658 (diff) |
gnu: Add llvm-15.
* gnu/packages/llvm.scm (llvm-15): New variable.
(llvm-14): Inherit from it, removing duplicated fields.
* gnu/packages/patches/clang-15.0-libc-search-path.patch: New file.
* gnu/local.mk: Register it.
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 71472f8410..4fcaa6801a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -977,6 +977,7 @@ dist_patch_DATA = \ %D%/packages/patches/clang-12.0-libc-search-path.patch \ %D%/packages/patches/clang-13.0-libc-search-path.patch \ %D%/packages/patches/clang-14.0-libc-search-path.patch \ + %D%/packages/patches/clang-15.0-libc-search-path.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 \ |