mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/spirv-llvm-translator: Fix some tests
Closes: https://bugs.gentoo.org/933775 Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -40,6 +40,9 @@ PATCHES=( "${FILESDIR}"/${PN}-15.0.0-intel-capability.patch )
|
||||
src_prepare() {
|
||||
append-flags -fPIC
|
||||
cmake_src_prepare
|
||||
|
||||
# https://github.com/KhronosGroup/SPIRV-LLVM-Translator/pull/2555
|
||||
sed -i -e 's/%triple/x86_64-unknown-linux-gnu/' test/DebugInfo/X86/*.ll || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
@@ -44,6 +44,9 @@ PATCHES=(
|
||||
src_prepare() {
|
||||
append-flags -fPIC
|
||||
cmake_src_prepare
|
||||
|
||||
# https://github.com/KhronosGroup/SPIRV-LLVM-Translator/pull/2555
|
||||
sed -i -e 's/%triple/x86_64-unknown-linux-gnu/' test/DebugInfo/X86/*.ll || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
@@ -43,6 +43,9 @@ PATCHES=(
|
||||
src_prepare() {
|
||||
append-flags -fPIC
|
||||
cmake_src_prepare
|
||||
|
||||
# https://github.com/KhronosGroup/SPIRV-LLVM-Translator/pull/2555
|
||||
sed -i -e 's/%triple/x86_64-unknown-linux-gnu/' test/DebugInfo/X86/*.ll || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
@@ -41,6 +41,9 @@ PATCHES=(
|
||||
src_prepare() {
|
||||
append-flags -fPIC
|
||||
cmake_src_prepare
|
||||
|
||||
# https://github.com/KhronosGroup/SPIRV-LLVM-Translator/pull/2555
|
||||
sed -i -e 's/%triple/x86_64-unknown-linux-gnu/' test/DebugInfo/X86/*.ll || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user