This is an automated email from the git hooks/post-receive script.

carl pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 39a3251feb gnu: llvm: make clang-make-toolchain public
39a3251feb is described below

commit 39a3251feb2559e0b448f25671c26b9dd3318108
Author: Cory Fields <[email protected]>
AuthorDate: Thu Jun 15 18:05:14 2023 +0000

    gnu: llvm: make clang-make-toolchain public
    
    Matches gcc-make-toolchain. Allow for llvm build to be patched.
    
    * gnu/packages/llvm.scm: make clang-make-toolchain public
    
    Signed-off-by: Carl Dong <[email protected]>
---
 gnu/packages/llvm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index f59c8e9592..6d83313af6 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -502,7 +502,7 @@ code analysis tools.")
               "znver3")
             '())))))
 
-(define (make-clang-toolchain clang libomp)
+(define-public (make-clang-toolchain clang libomp)
   (package
     (name (string-append (package-name clang) "-toolchain"))
     (version (package-version clang))

Reply via email to