gnu: Add clang-toolchain-15.

* gnu/packages/llvm.scm (clang-toolchain-15): New variable.
This commit is contained in:
Maxim Cournoyer 2022-11-16 00:15:05 -05:00
parent 68cb4f0760
commit 83fb681658
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -790,6 +790,9 @@ (define-public libomp-15
(upstream-name . "openmp")))
(license license:expat)))
(define-public clang-toolchain-15
(make-clang-toolchain clang-15 libomp-15))
(define-public libomp-14
(package
(inherit libomp-15)