gnu: Remove clang-8.

* gnu/packages/llvm.scm (clang-8): Delete variable.
* gnu/packages/patches/clang-8.0-libc-search-path.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Unregister file.

Change-Id: I46b47cb9847ef82a44817021c097b240547c3073
This commit is contained in:
Andreas Enge 2025-08-19 21:06:37 +02:00
parent 2214a13dc2
commit c629ba1df4
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
3 changed files with 0 additions and 101 deletions

View file

@ -1158,12 +1158,6 @@ Library.")
'("clang-runtime-9-libsanitizer-mode-field.patch"
"clang-runtime-9-glibc-2.36-compat.patch")))
(define-public clang-8
(clang-from-llvm llvm-8 clang-runtime-8
"0ihnbdl058gvl2wdy45p5am55bq8ifx8m9mhcsgj9ax8yxlzvvvh"
#:legacy-build-shared-libs? #t
#:patches '("clang-8.0-libc-search-path.patch")))
(define-public llvm-6
(package
(inherit llvm-10)