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
|
@ -67,11 +67,11 @@ other APIs.")
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
(define-public wasm32-wasi-clang-runtime
|
(define-public wasm32-wasi-clang-runtime
|
||||||
(package (inherit clang-runtime-13)
|
(package (inherit clang-runtime-15)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list clang-13
|
(list clang-15
|
||||||
wasi-libc))
|
wasi-libc))
|
||||||
(inputs (list llvm-13))
|
(inputs (list llvm-15))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:build-type "Release"
|
#:build-type "Release"
|
||||||
|
@ -94,9 +94,7 @@ other APIs.")
|
||||||
|
|
||||||
;; WASM only needs libclang_rt.builtins-wasm32.a from
|
;; WASM only needs libclang_rt.builtins-wasm32.a from
|
||||||
;; compiler-rt.
|
;; compiler-rt.
|
||||||
(string-append "../compiler-rt-"
|
"../source/compiler-rt/lib/builtins")))))
|
||||||
#$(package-version clang-runtime-13)
|
|
||||||
".src/lib/builtins"))))))
|
|
||||||
|
|
||||||
;; FIXME: Ideally we wouldn't need to build a separate compiler because clang
|
;; FIXME: Ideally we wouldn't need to build a separate compiler because clang
|
||||||
;; can support multiple targets at runtime. However Guix patches the default
|
;; can support multiple targets at runtime. However Guix patches the default
|
||||||
|
|
Loading…
Reference in New Issue
Block a user