3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

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)