From: Alexei Starovoitov Date: Mon, 21 Nov 2016 07:26:23 +0000 (+0000) Subject: [bpf] attempt to fix big-endian bots X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7362a66c700753a5e43de233e34030cf30fb74b1;p=llvm [bpf] attempt to fix big-endian bots attempt to fix big-endian bots failing on new dwarfdump test Signed-off-by: Alexei Starovoitov git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287522 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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"