File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
llvm/test/tools/llvm-objdump/ELF/AMDGPU Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ define amdgpu_kernel void @test_kernel() {
137
137
138
138
; ----------------------------------GFX9---------------------------------------
139
139
;
140
-
141
140
; RUN: llc -mtriple=amdgcn-amd-amdhsa --amdhsa-code-object-version=6 -mcpu=gfx9-4-generic -filetype=obj -O0 -o %t.o %s
142
141
; RUN: llvm-objdump -D --arch-name=amdgcn -mllvm --amdhsa-code-object-version=6 --mcpu=gfx9-4-generic %t.o > %t-specify.txt
143
142
; RUN: llvm-objdump -D -mllvm --amdhsa-code-object-version=6 %t.o > %t-detect.txt
@@ -146,11 +145,11 @@ define amdgpu_kernel void @test_kernel() {
146
145
; RUN: llc -mtriple=amdgcn-amd-amdhsa --amdhsa-code-object-version=6 -mcpu=gfx9-generic -filetype=obj -O0 -o %t.o %s
147
146
; RUN: llvm-objdump -D --arch-name=amdgcn -mllvm --amdhsa-code-object-version=6 --mcpu=gfx9-generic %t.o > %t-specify.txt
148
147
; RUN: llvm-objdump -D -mllvm --amdhsa-code-object-version=6 %t.o > %t-detect.txt
149
- ;
148
+ ; RUN: diff %t-specify.txt %t-detect.txt
149
+
150
150
; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx950 -filetype=obj -O0 -o %t.o %s
151
151
; RUN: llvm-objdump -D --arch-name=amdgcn --mcpu=gfx950 %t.o > %t-specify.txt
152
152
; RUN: llvm-objdump -D %t.o > %t-detect.txt
153
- ;
154
153
; RUN: diff %t-specify.txt %t-detect.txt
155
154
156
155
; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx942 -filetype=obj -O0 -o %t.o %s
You can’t perform that action at this time.
0 commit comments