me
/
guix
Archived
1
0
Fork 0

gnu: llvm-12: Use quasiquote, addressing TODO.

* gnu/packages/llvm.scm (llvm-12)[configure-flags]: Use quasiquote.
master
Maxim Cournoyer 2021-12-17 16:13:17 -05:00
parent e8298b8cf3
commit 37b589425f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 4 deletions

View File

@ -578,11 +578,8 @@ output), and Binutils.")
(propagated-inputs
(list zlib)) ;to use output from llvm-config
(arguments
;; TODO(core-updates): Unconditionally use quasiquote
`(#:configure-flags
,#~(#$(if (%current-target-system)
#~quasiquote
#~quote)
,#~(quasiquote
;; These options are required for cross-compiling LLVM according to
;; https://llvm.org/docs/HowToCrossCompileLLVM.html.
(#$@(if (%current-target-system)