dev-lang/zig: update LLVM to 18, fix build without LLVM on 9999

Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
Closes: https://github.com/gentoo/gentoo/pull/35997
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eric Joldasov
2024-03-30 13:42:17 +05:00
committed by Sam James
parent 7f0030f20b
commit 570d802524

View File

@@ -3,7 +3,7 @@
EAPI=8
LLVM_COMPAT=( 17 )
LLVM_COMPAT=( 18 )
LLVM_OPTIONAL=1
inherit check-reqs cmake edo llvm-r1 toolchain-funcs
@@ -138,7 +138,7 @@ src_configure() {
-Dtarget="$(get_zig_target)"
-Dcpu="$(get_zig_mcpu)"
-Doptimize=Debug
-Dno-autodocs
-Dstd-docs=false
-Dno-langref
-Denable-llvm=false
-Dforce-link-libc