diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-04-03 17:35:22 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-04-03 17:35:22 +0000 |
commit | 717c99192344bc50331f86138af6b796c9ea108b (patch) | |
tree | ba45c1209a24fc753e7fc604edab97812d783db2 /llvm/test/CodeGen/Thumb2/thumb2-select.ll | |
parent | 2f4693aa7776bf0aee19dffb2993372a19f380d2 (diff) | |
download | bcm5719-llvm-717c99192344bc50331f86138af6b796c9ea108b.tar.gz bcm5719-llvm-717c99192344bc50331f86138af6b796c9ea108b.zip |
ARM: update even more tests
More updating of tests to be explicit about the target triple rather than
relying on the default target triple supporting ARM mode.
Indicate to lit that object emission is not yet available for Windows on ARM.
llvm-svn: 205545
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/thumb2-select.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-select.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-select.ll b/llvm/test/CodeGen/Thumb2/thumb2-select.ll index 949b6116ca3..105c2672ee1 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-select.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-select.ll @@ -1,4 +1,5 @@ -; RUN: llc < %s -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 -show-mc-encoding | FileCheck %s +; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 -show-mc-encoding %s -o - \ +; RUN: | FileCheck %s define i32 @f1(i32 %a.s) { entry: |