summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/code-model-large-abs.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/code-model-large-abs.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/code-model-large-abs.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/code-model-large-abs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/code-model-large-abs.ll b/llvm/test/CodeGen/AArch64/code-model-large-abs.ll
index 682ee3f2a29..b2b1fa7a572 100644
--- a/llvm/test/CodeGen/AArch64/code-model-large-abs.ll
+++ b/llvm/test/CodeGen/AArch64/code-model-large-abs.ll
@@ -1,5 +1,5 @@
; RUN: llc -mtriple=aarch64-none-linux-gnu -code-model=large < %s | FileCheck %s
-; RUN: llc -mtriple=arm64 -code-model=large -o - %s | FileCheck %s
+; RUN: llc -mtriple=arm64-linux-gnu -code-model=large -o - %s | FileCheck %s
@var8 = global i8 0
@var16 = global i16 0
OpenPOWER on IntegriCloud