Skip to content

Commit cf5eba1

Browse files
author
Yonghong Song
committed
[BPF] Fix a test due to jumptable support
The fixed test is: test/CodeGen/BPF/rodata_4.ll
1 parent 2f37ee2 commit cf5eba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/BPF/rodata_4.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ entry:
3434
; CHECK: *(u16 *)(r1 + 0) = r2
3535
ret i32 0
3636
}
37-
; CHECK: .section .rodata,"a",@progbits
37+
; CHECK: .section .jumptables,"a",@progbits
3838

3939
; Function Attrs: argmemonly nounwind
4040
declare void @llvm.memcpy.p0.p0.i64(ptr nocapture writeonly, ptr nocapture readonly, i64, i1) #1

0 commit comments

Comments
 (0)