From: Alexei Starovoitov Date: Mon, 21 Nov 2016 07:26:23 +0000 (+0000) Subject: [bpf] attempt to fix big-endian bots X-Git-Tag: llvmorg-4.0.0-rc1~4023 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2bb523f554904fda77c21e51c5f5c7bdec53651a;p=platform%2Fupstream%2Fllvm.git [bpf] attempt to fix big-endian bots attempt to fix big-endian bots failing on new dwarfdump test Signed-off-by: Alexei Starovoitov llvm-svn: 287522 --- diff --git a/llvm/test/CodeGen/BPF/dwarfdump.ll b/llvm/test/CodeGen/BPF/dwarfdump.ll index 7278945..a3d029c 100644 --- a/llvm/test/CodeGen/BPF/dwarfdump.ll +++ b/llvm/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"