Skip to content

Commit fd4cc28

Browse files
committed
Fix missing diff run line
1 parent 1f480f3 commit fd4cc28

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/test/tools/llvm-objdump/ELF/AMDGPU/subtarget.ll

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)