me
/
guix
Archived
1
0
Fork 0

gnu: Add clang-runtime-17.

* gnu/packages/llvm.scm (clang-runtime-17): New variable.

Change-Id: I675475e9f4914843283966f5c622cdb214d11e34
Hilton Chain 2023-10-23 20:43:54 +08:00 committed by Efraim Flashner
parent 6ccc8e1e16
commit b7b945c32f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 0 deletions

View File

@ -1494,6 +1494,9 @@ Library.")
(version "17.0.3")
(source (llvm-monorepo version))))
(define-public clang-runtime-17
(clang-runtime-from-llvm llvm-17))
;; Default LLVM and Clang version.
(define-public libomp libomp-13)
(define-public llvm llvm-13)