summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/bits.ll
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-04-03 16:01:44 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-04-03 16:01:44 +0000
commit7258735fa0b60dd7800f5b9859aceeee16bb4990 (patch)
treedd939e484bbcf0c57181107f7366c0bb8bbfa41e /llvm/test/CodeGen/ARM/bits.ll
parent01b4aa94371345be8e19129ccd9c6814f9c0e6aa (diff)
downloadbcm5719-llvm-7258735fa0b60dd7800f5b9859aceeee16bb4990.tar.gz
bcm5719-llvm-7258735fa0b60dd7800f5b9859aceeee16bb4990.zip
ARM: fixup more tests to specify the target more explicitly
This changes the tests that were targeting ARM EABI to explicitly specify the environment rather than relying on the default. This breaks with the new Windows on ARM support when running the tests on Windows where the default environment is no longer EABI. Take the opportunity to avoid a pointless redirect (helps when trying to debug with providing a command line invocation which can be copy and pasted) and removing a few greps in favour of FileCheck. llvm-svn: 205541
Diffstat (limited to 'llvm/test/CodeGen/ARM/bits.ll')
-rw-r--r--llvm/test/CodeGen/ARM/bits.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/bits.ll b/llvm/test/CodeGen/ARM/bits.ll
index ce1b2ad5fad..14aa27e90b6 100644
--- a/llvm/test/CodeGen/ARM/bits.ll
+++ b/llvm/test/CodeGen/ARM/bits.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm | FileCheck %s
+; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
define i32 @f1(i32 %a, i32 %b) {
entry:
OpenPOWER on IntegriCloud