public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-llvm-translator/
Date: Fri,  7 Jun 2024 21:59:33 +0000 (UTC)	[thread overview]
Message-ID: <1717797568.c63dfeafaa5062f90b4dde3c335acd4df03c5dc4.mattst88@gentoo> (raw)

commit:     c63dfeafaa5062f90b4dde3c335acd4df03c5dc4
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  7 21:59:17 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 21:59:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63dfeaf

dev-util/spirv-llvm-translator: Fix some tests

Closes: https://bugs.gentoo.org/933775
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild | 3 +++
 dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild | 3 +++
 dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0-r2.ebuild | 3 +++
 dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.0.ebuild    | 3 +++
 4 files changed, 12 insertions(+)

diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild
index bdefd6ed9703..29e6a6ab500f 100644
--- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild
+++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild
@@ -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() {

diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild
index 194b82f52b5f..fb3e58b930a6 100644
--- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild
+++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild
@@ -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() {

diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0-r2.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0-r2.ebuild
index 966037d0d746..f88cc260c9b8 100644
--- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0-r2.ebuild
+++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0-r2.ebuild
@@ -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() {

diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.0.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.0.ebuild
index acf2b6f81bde..63f846f23177 100644
--- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.0.ebuild
+++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.0.ebuild
@@ -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() {


             reply	other threads:[~2024-06-07 21:59 UTC|newest]

Thread overview: 140+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-07 21:59 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-23 20:46 [gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-llvm-translator/ Conrad Kostecki
2025-03-11 14:56 Michał Górny
2025-03-09 16:08 Conrad Kostecki
2025-03-08 23:21 Conrad Kostecki
2025-02-05 21:43 Conrad Kostecki
2025-02-04 22:38 Conrad Kostecki
2025-02-04 17:16 Matt Turner
2025-02-04 17:16 Matt Turner
2025-02-04 17:16 Matt Turner
2025-02-04 17:16 Matt Turner
2025-02-04 17:16 Matt Turner
2025-02-04 17:16 Matt Turner
2025-02-04 17:16 Matt Turner
2025-02-04 17:16 Matt Turner
2025-02-04 17:16 Matt Turner
2025-02-04 17:16 Matt Turner
2025-02-04 17:16 Matt Turner
2025-02-04 17:16 Matt Turner
2025-02-04 17:16 Matt Turner
2025-02-04 17:16 Matt Turner
2025-02-04 17:16 Matt Turner
2025-02-02 18:25 Michał Górny
2025-02-01 13:15 Michał Górny
2025-02-01 13:14 Michał Górny
2025-02-01 13:14 Michał Górny
2025-02-01 10:05 Michał Górny
2025-01-22 19:15 Michał Górny
2025-01-21  4:39 Michał Górny
2025-01-21  4:39 Michał Górny
2025-01-15 18:48 Sam James
2025-01-15 18:48 Sam James
2025-01-15 18:18 Sam James
2025-01-15 18:18 Sam James
2025-01-10  4:12 WANG Xuerui
2025-01-10  4:12 WANG Xuerui
2025-01-09  6:36 Sam James
2025-01-09  1:17 Sam James
2025-01-02 16:22 Conrad Kostecki
2024-12-14 17:36 Arthur Zamarin
2024-12-13  6:53 Arthur Zamarin
2024-12-12 21:18 Conrad Kostecki
2024-12-10 20:50 Sam James
2024-12-10 20:46 Sam James
2024-12-09 19:20 Arthur Zamarin
2024-12-07 10:49 Arthur Zamarin
2024-12-06 23:38 Conrad Kostecki
2024-12-02 16:38 Matt Turner
2024-11-12  4:21 Matt Turner
2024-11-09  1:41 Conrad Kostecki
2024-10-23  7:53 Jakov Smolić
2024-10-23  7:53 Jakov Smolić
2024-10-22 22:26 Conrad Kostecki
2024-10-22 22:26 Conrad Kostecki
2024-10-22 22:26 Conrad Kostecki
2024-10-04 15:23 Matt Turner
2024-10-04  0:10 Sam James
2024-10-04  0:10 Sam James
2024-09-29  9:52 Conrad Kostecki
2024-09-24  0:36 Matt Turner
2024-09-23  4:08 Matt Turner
2024-09-21 20:29 Conrad Kostecki
2024-09-21 15:47 Conrad Kostecki
2024-09-09 16:07 Matt Turner
2024-09-02 19:25 Sam James
2024-09-02 19:25 Sam James
2024-09-02 17:52 Matt Turner
2024-08-02  4:41 Matt Turner
2024-07-23 17:42 Sam James
2024-07-23 16:45 Jakov Smolić
2024-07-23 16:45 Jakov Smolić
2024-07-11 15:41 Matt Turner
2024-07-02 17:00 Matt Turner
2024-06-09 15:37 Matt Turner
2024-06-09  3:31 Ionen Wolkens
2024-04-25 19:17 Matt Turner
2024-04-02  6:09 Arthur Zamarin
2024-03-01 19:46 Arthur Zamarin
2024-02-08 21:50 Conrad Kostecki
2024-01-21 13:38 Conrad Kostecki
2023-12-17 13:18 Mart Raudsepp
2023-09-25 20:47 Matt Turner
2023-09-22 21:47 Conrad Kostecki
2023-08-14 17:57 Jakov Smolić
2023-06-17 23:22 Sam James
2023-05-23  2:58 Matt Turner
2023-05-23  2:58 Matt Turner
2023-05-23  2:58 Matt Turner
2023-05-23  2:58 Matt Turner
2023-05-23  2:58 Matt Turner
2023-05-23  2:58 Matt Turner
2023-05-23  2:58 Matt Turner
2023-05-04  3:41 Michał Górny
2023-04-25 18:48 Jakov Smolić
2023-03-25  0:11 Conrad Kostecki
2023-02-01  5:15 Michał Górny
2022-12-11 20:37 Arthur Zamarin
2022-11-11  7:04 Sam James
2022-10-26 20:09 Conrad Kostecki
2022-10-26 19:43 Conrad Kostecki
2022-09-25 23:12 Conrad Kostecki
2022-07-19  7:47 Michał Górny
2022-06-05 14:40 Conrad Kostecki
2022-04-29 21:08 Conrad Kostecki
2022-04-29 21:08 Conrad Kostecki
2022-04-25 21:35 Conrad Kostecki
2022-04-24 22:35 Conrad Kostecki
2022-04-24 22:35 Conrad Kostecki
2022-04-24 22:35 Conrad Kostecki
2022-04-24 14:41 Michał Górny
2022-04-23 15:27 Sam James
2021-12-27  1:38 Sam James
2021-12-27  1:38 Sam James
2021-10-08 21:46 Conrad Kostecki
2021-10-08 18:48 Agostino Sarubbo
2021-09-12  7:09 Agostino Sarubbo
2021-08-16 17:12 Conrad Kostecki
2021-07-16  9:39 Joonas Niilola
2021-02-27 14:39 Conrad Kostecki
2021-02-02 13:46 Joonas Niilola
2020-11-03 11:49 Marek Szuba
2020-11-03 11:40 Marek Szuba
2020-10-12 12:14 Marek Szuba
2020-09-13 13:12 Marek Szuba
2020-07-29 13:57 Marek Szuba
2020-06-19 14:31 Marek Szuba
2020-04-26 21:27 Marek Szuba
2020-03-11 19:18 Marek Szuba
2020-03-11 19:18 Marek Szuba
2020-01-27 11:31 Marek Szuba
2020-01-24 16:24 Marek Szuba
2019-10-08 14:57 Marek Szuba
2019-10-07 12:23 Marek Szuba
2019-10-07 12:23 Marek Szuba
2019-10-01 21:54 Marek Szuba
2019-08-30 14:40 Michał Górny
2019-07-08 11:44 Marek Szuba
2019-07-04 12:01 Marek Szuba
2019-07-03 16:12 Marek Szuba
2019-05-03 14:05 Marek Szuba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1717797568.c63dfeafaa5062f90b4dde3c335acd4df03c5dc4.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox