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/func-argpassing.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/func-argpassing.ll')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/func-argpassing.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/func-argpassing.ll b/llvm/test/CodeGen/AArch64/func-argpassing.ll index 2c4dd039117..db58798ca55 100644 --- a/llvm/test/CodeGen/AArch64/func-argpassing.ll +++ b/llvm/test/CodeGen/AArch64/func-argpassing.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 %myStruct = type { i64 , i8, i32 } |

