[bpf] attempt to fix big-endian bots
authorAlexei Starovoitov <alexei.starovoitov@gmail.com>
Mon, 21 Nov 2016 07:26:23 +0000 (07:26 +0000)
committerAlexei Starovoitov <alexei.starovoitov@gmail.com>
Mon, 21 Nov 2016 07:26:23 +0000 (07:26 +0000)
attempt to fix big-endian bots failing on new dwarfdump test

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
llvm-svn: 287522

llvm/test/CodeGen/BPF/dwarfdump.ll

index 7278945..a3d029c 100644 (file)
@@ -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"