diff options
| author | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-04-03 16:01:44 +0000 |
|---|---|---|
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-04-03 16:01:44 +0000 |
| commit | 7258735fa0b60dd7800f5b9859aceeee16bb4990 (patch) | |
| tree | dd939e484bbcf0c57181107f7366c0bb8bbfa41e /llvm/test/CodeGen/ARM/2010-05-21-BuildVector.ll | |
| parent | 01b4aa94371345be8e19129ccd9c6814f9c0e6aa (diff) | |
| download | bcm5719-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/2010-05-21-BuildVector.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/2010-05-21-BuildVector.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2010-05-21-BuildVector.ll b/llvm/test/CodeGen/ARM/2010-05-21-BuildVector.ll index a400b7b288c..5bc08b037a1 100644 --- a/llvm/test/CodeGen/ARM/2010-05-21-BuildVector.ll +++ b/llvm/test/CodeGen/ARM/2010-05-21-BuildVector.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s +; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - | FileCheck %s ; Radar 7872877 define void @test(float* %fltp, i32 %packedValue, float* %table) nounwind { |

