[clang] [Clang][retry] Lift HIPSPV onto the new offload driver (PR #178664)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 30 11:02:59 PST 2026
Henry =?utf-8?q?Linjamäki?= <henry.linjamaki at tuni.fi>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/178664 at github.com>
================
@@ -2,37 +2,92 @@
// RUN: %clang -### -target x86_64-linux-gnu --offload=spirv64 \
// RUN: --no-offload-new-driver --hip-path=%S/Inputs/hipspv -nohipwrapperinc %s \
-// RUN: 2>&1 | FileCheck %s
+// RUN: 2>&1 | FileCheck --check-prefixes=CHECK,OLD \
+// RUN: -DTRIPLE=spirv64 %s
----------------
jhuber6 wrote:
This is unfortunately not very helpful. Any chance you could find out what error message these jobs failed with?
https://github.com/llvm/llvm-project/pull/178664
More information about the cfe-commits
mailing list