summaryrefslogtreecommitdiff
path: root/test/CodeGen/BPF
diff options
context:
space:
mode:
authorAlexei Starovoitov <alexei.starovoitov@gmail.com>2016-11-21 07:26:23 +0000
committerAlexei Starovoitov <alexei.starovoitov@gmail.com>2016-11-21 07:26:23 +0000
commit7362a66c700753a5e43de233e34030cf30fb74b1 (patch)
treeffe09c14b965e53737d3db42b6059849cece6968 /test/CodeGen/BPF
parentdb476dbf2ee03f8ebdacc439bdde1cf4f0ee629a (diff)
[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> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287522 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/BPF')
-rw-r--r--test/CodeGen/BPF/dwarfdump.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/BPF/dwarfdump.ll b/test/CodeGen/BPF/dwarfdump.ll
index 727894560b9..a3d029c3b19 100644
--- a/test/CodeGen/BPF/dwarfdump.ll
+++ b/test/CodeGen/BPF/dwarfdump.ll
@@ -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"