]> granicus.if.org Git - llvm/commitdiff
[bpf] Fix test to always use little endian.
authorSimon Dardis <simon.dardis@imgtec.com>
Thu, 14 Sep 2017 17:55:50 +0000 (17:55 +0000)
committerSimon Dardis <simon.dardis@imgtec.com>
Thu, 14 Sep 2017 17:55:50 +0000 (17:55 +0000)
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

test/MC/BPF/insn-unit.s

index 6ff1c80ab8149a0d54c1df4774b86dbe537cac75..e6b69cd8a8379d898f329c128d66d1061b091f98 100644 (file)
@@ -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 ========