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() {
137137
138138; ----------------------------------GFX9---------------------------------------
139139;
140-
141140; RUN: llc -mtriple=amdgcn-amd-amdhsa --amdhsa-code-object-version=6 -mcpu=gfx9-4-generic -filetype=obj -O0 -o %t.o %s
142141; RUN: llvm-objdump -D --arch-name=amdgcn -mllvm --amdhsa-code-object-version=6 --mcpu=gfx9-4-generic %t.o > %t-specify.txt
143142; 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() {
146145; RUN: llc -mtriple=amdgcn-amd-amdhsa --amdhsa-code-object-version=6 -mcpu=gfx9-generic -filetype=obj -O0 -o %t.o %s
147146; RUN: llvm-objdump -D --arch-name=amdgcn -mllvm --amdhsa-code-object-version=6 --mcpu=gfx9-generic %t.o > %t-specify.txt
148147; 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+
150150; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx950 -filetype=obj -O0 -o %t.o %s
151151; RUN: llvm-objdump -D --arch-name=amdgcn --mcpu=gfx950 %t.o > %t-specify.txt
152152; RUN: llvm-objdump -D %t.o > %t-detect.txt
153- ;
154153; RUN: diff %t-specify.txt %t-detect.txt
155154
156155; 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