]> granicus.if.org Git - llvm/commitdiff
[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>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287522 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/BPF/dwarfdump.ll

index 727894560b985283fa3a3c7efb255578678617dc..a3d029c3b19a88be54d56552cc8588cf1de1057a 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"