From: Simon Dardis Date: Thu, 14 Sep 2017 17:55:50 +0000 (+0000) Subject: [bpf] Fix test to always use little endian. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=535c6277cd85926bef29f80d8fa81d18834be3ab;p=llvm [bpf] Fix test to always use little endian. r313055 broke the big endian buildbots as the CHECK lines contained little endian data but -triple bpf uses the host endian. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313281 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/MC/BPF/insn-unit.s b/test/MC/BPF/insn-unit.s index 6ff1c80ab81..e6b69cd8a83 100644 --- a/test/MC/BPF/insn-unit.s +++ b/test/MC/BPF/insn-unit.s @@ -1,4 +1,4 @@ -# RUN: llvm-mc -triple bpf -filetype=obj -o %t %s +# RUN: llvm-mc -triple bpfel -filetype=obj -o %t %s # RUN: llvm-objdump -d -r %t | FileCheck %s // ======== BPF_LD Class ========