[llvm] r287522 - [bpf] attempt to fix big-endian bots

Alexei Starovoitov via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 20 23:26:24 PST 2016


Author: ast
Date: Mon Nov 21 01:26:23 2016
New Revision: 287522

URL: http://llvm.org/viewvc/llvm-project?rev=287522&view=rev
Log:
[bpf] attempt to fix big-endian bots

attempt to fix big-endian bots failing on new dwarfdump test

Signed-off-by: Alexei Starovoitov <ast at kernel.org>

Modified:
    llvm/trunk/test/CodeGen/BPF/dwarfdump.ll

Modified: llvm/trunk/test/CodeGen/BPF/dwarfdump.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/BPF/dwarfdump.ll?rev=287522&r1=287521&r2=287522&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/BPF/dwarfdump.ll (original)
+++ llvm/trunk/test/CodeGen/BPF/dwarfdump.ll Mon Nov 21 01:26:23 2016
@@ -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"




More information about the llvm-commits mailing list