mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user