guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/14: gnu: Add clang-runtime-16.


From: guix-commits
Subject: 04/14: gnu: Add clang-runtime-16.
Date: Sun, 12 Nov 2023 02:05:55 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit abdd1949f40783b6767e147e39a9bff7682abe06
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Mon Oct 23 20:36:12 2023 +0800

    gnu: Add clang-runtime-16.
    
    * gnu/packages/llvm.scm (clang-runtime-16): New variable.
    
    Change-Id: I8812e9e72b711505f7575cc3d62a9a009d25f641
---
 gnu/packages/llvm.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index f3c3044e6e..a410049738 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1458,6 +1458,9 @@ Library.")
     (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]