From 7362a66c700753a5e43de233e34030cf30fb74b1 Mon Sep 17 00:00:00 2001 From: Alexei Starovoitov Date: Mon, 21 Nov 2016 07:26:23 +0000 Subject: [PATCH] [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 --- test/CodeGen/BPF/dwarfdump.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.1