forked from OSchip/llvm-project
[bpf] attempt to fix big-endian bots
attempt to fix big-endian bots failing on new dwarfdump test Signed-off-by: Alexei Starovoitov <ast@kernel.org> llvm-svn: 287522
This commit is contained in:
parent
7ab125dbf3
commit
2bb523f554
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -O2 %s -o %t -filetype=obj
|
||||
; RUN: llc -O2 -march=bpfel %s -o %t -filetype=obj
|
||||
; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s
|
||||
|
||||
source_filename = "testprog.c"
|
||||
|
|
Loading…
Reference in New Issue