1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 21:50:35 +02:00

gnu: llvm: Export clang-properties.

* gnu/packages/llvm.scm (clang-properties): Export variable.

Change-Id: If5ef5219c3d29a347ae5ad97584c23bafdabf836
This commit is contained in:
Efraim Flashner
2023-12-03 09:50:18 +02:00
parent 823c6f745a
commit 95b577e09a

View File

@@ -78,7 +78,8 @@
#:use-module (srfi srfi-1)
#:use-module (ice-9 match)
#:export (make-lld-wrapper
system->llvm-target))
system->llvm-target
clang-properties))
(define* (system->llvm-target #:optional
(system (or (and=> (%current-target-system)