We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70748dc commit d594d9fCopy full SHA for d594d9f
llvm/test/MC/AMDGPU/isa-version-pal.s
@@ -5,6 +5,7 @@
5
// RUN: llvm-mc -triple amdgcn-amd-amdpal -mcpu=gfx802 %s | FileCheck --check-prefix=OSABI-PAL %s
6
// RUN: llvm-mc -triple amdgcn-amd-amdpal -mcpu=iceland %s | FileCheck --check-prefix=OSABI-PAL %s
7
// RUN: not llvm-mc -triple amdgcn-amd-unknown -mcpu=gfx802 %s 2>&1 | FileCheck --check-prefix=OSABI-UNK-ERR %s
8
+// RUN: not llvm-mc -triple amdgcn-amd-amdpal -mcpu=gfx803 %s 2>&1 | FileCheck --check-prefix=OSABI-PAL-ERR %s
9
10
// OSABI-PAL: .amd_amdgpu_isa "amdgcn-amd-amdpal--gfx802"
11
// OSABI-UNK-ERR: error: target id must match options
0 commit comments