diff options
author | Tim Northover <Tim.Northover@arm.com> | 2013-02-01 11:40:47 +0000 |
---|---|---|
committer | Tim Northover <Tim.Northover@arm.com> | 2013-02-01 11:40:47 +0000 |
commit | e3d42364023159e65365326f1291783710b5f98f (patch) | |
tree | cd336215f15103d2ddfe1d773b06999cd3484e76 /llvm/test/CodeGen/AArch64/extract.ll | |
parent | 83d4e783b07483812d37f8266a3a539ac4246018 (diff) | |
download | bcm5719-llvm-e3d42364023159e65365326f1291783710b5f98f.tar.gz bcm5719-llvm-e3d42364023159e65365326f1291783710b5f98f.zip |
Add explicit triples to AArch64 tests
Only Linux is supported at the moment, and other platforms quickly fault. As a
result these tests would fail on non-Linux hosts. It may be worth making the
tests more generic again as more platforms are supported.
llvm-svn: 174170
Diffstat (limited to 'llvm/test/CodeGen/AArch64/extract.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/extract.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/extract.ll b/llvm/test/CodeGen/AArch64/extract.ll index 0efd4472e0e..06267816a4e 100644 --- a/llvm/test/CodeGen/AArch64/extract.ll +++ b/llvm/test/CodeGen/AArch64/extract.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=aarch64 | FileCheck %s +; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s define i64 @ror_i64(i64 %in) { ; CHECK: ror_i64: |