================
@@ -1,30 +1,30 @@
 // REQUIRES: amdgpu-registered-target
 //
-// RUN: %clang_cc1 -triple amdgpu-amd-amdhsa -O0 -emit-llvm -o - %s \
+// RUN: %clang_cc1 -triple amdgpu7.00-amd-amdhsa -O0 -emit-llvm -o - %s \
 // RUN:   -target-feature +dx10-clamp-and-ieee-mode \
 // RUN:   | FileCheck -check-prefixes=COMMON,ON %s
-// RUN: %clang_cc1 -triple amdgpu-amd-amdhsa -O0 -emit-llvm -o - %s \
+// RUN: %clang_cc1 -triple amdgpu7.00-amd-amdhsa -O0 -emit-llvm -o - %s \
 // RUN:   -target-feature +dx10-clamp-and-ieee-mode \
 // RUN:   -mno-amdgpu-ieee -menable-no-nans \
 // RUN:   | FileCheck -check-prefixes=COMMON,OFF %s
-// RUN: %clang_cc1 -triple amdgpu-amd-amdhsa -O0 -emit-llvm -o - %s \
+// RUN: %clang_cc1 -triple amdgpu7.00-amd-amdhsa -O0 -emit-llvm -o - %s \
 // RUN:   -target-feature +dx10-clamp-and-ieee-mode \
 // RUN:   -mno-amdgpu-ieee -cl-fast-relaxed-math -menable-no-nans \
 // RUN:   | FileCheck -check-prefixes=COMMON,OFF %s
 
 // Check AMDGCN ISA generation.
 
-// RUN: %clang_cc1 -triple amdgpu-amd-amdhsa -O3 -S -o - %s \
+// RUN: %clang_cc1 -triple amdgpu7.00-amd-amdhsa -O3 -S -o - %s \
 // RUN:   -target-feature +dx10-clamp-and-ieee-mode \
 // RUN:   | FileCheck -check-prefixes=ISA-ON %s
-// RUN: %clang_cc1 -triple amdgpu-amd-amdhsa -O3 -S -o - %s \
+// RUN: %clang_cc1 -triple amdgpu7.00-amd-amdhsa -O3 -S -o - %s \
----------------
shiltian wrote:

What's the problem with using dummy target here? There doesn't seem to be any 
check line changes?

https://github.com/llvm/llvm-project/pull/220047
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to