mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: llvm: Export clang-properties.
* gnu/packages/llvm.scm (clang-properties): Export variable. Change-Id: If5ef5219c3d29a347ae5ad97584c23bafdabf836
This commit is contained in:
parent
823c6f745a
commit
95b577e09a
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ (define-module (gnu packages llvm)
|
|||
#: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)
|
||||
|
|
Loading…
Reference in a new issue