[llvm-branch-commits] [clang] clang/AMDGPU: Migrate clang-linker-wrapper tests to amdgpu triples (15) (PR #212054)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Jul 25 14:00:37 PDT 2026
================
@@ -11,10 +11,10 @@ __attribute__((visibility("protected"), used)) int x;
// RUN: ln -s clang-linker-wrapper %t.test_dir/clang-linker-wrapper
// RUN: %clang -cc1 %s -triple x86_64-unknown-linux-gnu -emit-obj -o %t.elf.o
-// RUN: %clang -cc1 %s -triple amdgcn-amd-amdhsa -emit-llvm-bc -o %t.amdgpu.bc
+// RUN: %clang -cc1 %s -triple amdgpu-amd-amdhsa -emit-llvm-bc -o %t.amdgpu.bc
// RUN: llvm-offload-binary -o %t.out \
-// RUN: --image=file=%t.elf.o,kind=openmp,triple=amdgcn-amd-amdhsa,arch=gfx908
+// RUN: --image=file=%t.elf.o,kind=openmp,triple=amdgpu9.08-amd-amdhsa,arch=gfx908
----------------
arsenm wrote:
In theory it should not be necessary, but touching this is beyond the scope of this change. Some of the offload tools changes are in #206482
https://github.com/llvm/llvm-project/pull/212054
More information about the llvm-branch-commits
mailing list