mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add clang-runtime-16.
* gnu/packages/llvm.scm (clang-runtime-16): New variable. Change-Id: I8812e9e72b711505f7575cc3d62a9a009d25f641
This commit is contained in:
parent
9638e007a7
commit
abdd1949f4
1 changed files with 3 additions and 0 deletions
|
@ -1458,6 +1458,9 @@ (define-public llvm-16
|
|||
(version "16.0.6")
|
||||
(source (llvm-monorepo version))))
|
||||
|
||||
(define-public clang-runtime-16
|
||||
(clang-runtime-from-llvm llvm-16))
|
||||
|
||||
;; Default LLVM and Clang version.
|
||||
(define-public libomp libomp-13)
|
||||
(define-public llvm llvm-13)
|
||||
|
|
Loading…
Reference in a new issue