[llvm-branch-commits] [clang] clang/AMDGPU: Rename amdgcn triples to amdgpu in cc1 tests (14) (PR #212053)
Robert Imschweiler via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Jul 25 13:09:40 PDT 2026
================
@@ -9,29 +9,29 @@
// Build the fake device library in the way rocm-device-libs should be built.
//
-// RUN: %clang_cc1 -x cl -triple amdgcn-amd-amdhsa\
+// RUN: %clang_cc1 -x cl -triple amdgpu-amd-amdhsa\
// RUN: -mcode-object-version=none -emit-llvm-bc \
// RUN: %S/Inputs/ocml-sample-target-attrs.cl -o %t.bc
// Check the default behavior
-// RUN: %clang_cc1 -x hip -triple amdgcn-amd-amdhsa -target-cpu gfx803 -fcuda-is-device \
----------------
ro-i wrote:
same in this file
https://github.com/llvm/llvm-project/pull/212053
More information about the llvm-branch-commits
mailing list