summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/alloca.ll
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-04-14 13:18:48 +0000
committerTim Northover <tnorthover@apple.com>2014-04-14 13:18:48 +0000
commitdb2860f49e32bffd2c9159f0b7f6bd22050d4804 (patch)
tree0ca1faab1f33139d4feb55bbcb39e71c9beb60c2 /llvm/test/CodeGen/AArch64/alloca.ll
parenta89617bd3321a7350fc325a6efb19cdfd294c237 (diff)
downloadbcm5719-llvm-db2860f49e32bffd2c9159f0b7f6bd22050d4804.tar.gz
bcm5719-llvm-db2860f49e32bffd2c9159f0b7f6bd22050d4804.zip
ARM64: specify full triple in tests to pacify Windows.
llvm-svn: 206175
Diffstat (limited to 'llvm/test/CodeGen/AArch64/alloca.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/alloca.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/alloca.ll b/llvm/test/CodeGen/AArch64/alloca.ll
index 2b76f665bdd..4f774ae405a 100644
--- a/llvm/test/CodeGen/AArch64/alloca.ll
+++ b/llvm/test/CodeGen/AArch64/alloca.ll
@@ -1,5 +1,5 @@
; RUN: llc -mtriple=aarch64-none-linux-gnu -verify-machineinstrs < %s | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-AARCH64
-; RUN: llc -mtriple=arm64 -verify-machineinstrs -o - %s | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-ARM64
+; RUN: llc -mtriple=arm64-linux-gnu -verify-machineinstrs -o - %s | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-ARM64
; RUN: llc -mtriple=aarch64-none-linux-gnu -mattr=-fp-armv8 -verify-machineinstrs < %s | FileCheck --check-prefix=CHECK-NOFP %s
declare void @use_addr(i8*)
OpenPOWER on IntegriCloud