mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-03-14 05:45:15 +01:00
nongnu: wasm32-wasi-clang-runtime: Update to 15.
* nongnu/packages/wasm.scm (wasm32-wasi-clang-runtime): Update to 15. [native-inputs]: Use clang-15. [inputs]: Use llvm-15. [arguments]<#:configure-flags>: Adapt path to LLVM monorepo. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
46b008f905
commit
aa13a54617
1 changed files with 4 additions and 6 deletions
|
@ -67,11 +67,11 @@ other APIs.")
|
|||
license:expat))))
|
||||
|
||||
(define-public wasm32-wasi-clang-runtime
|
||||
(package (inherit clang-runtime-13)
|
||||
(package (inherit clang-runtime-15)
|
||||
(native-inputs
|
||||
(list clang-13
|
||||
(list clang-15
|
||||
wasi-libc))
|
||||
(inputs (list llvm-13))
|
||||
(inputs (list llvm-15))
|
||||
(arguments
|
||||
(list
|
||||
#:build-type "Release"
|
||||
|
@ -94,9 +94,7 @@ other APIs.")
|
|||
|
||||
;; WASM only needs libclang_rt.builtins-wasm32.a from
|
||||
;; compiler-rt.
|
||||
(string-append "../compiler-rt-"
|
||||
#$(package-version clang-runtime-13)
|
||||
".src/lib/builtins"))))))
|
||||
"../source/compiler-rt/lib/builtins")))))
|
||||
|
||||
;; FIXME: Ideally we wouldn't need to build a separate compiler because clang
|
||||
;; can support multiple targets at runtime. However Guix patches the default
|
||||
|
|
Loading…
Add table
Reference in a new issue