diff options
author | Tim Northover <Tim.Northover@arm.com> | 2013-01-08 19:36:33 +0000 |
---|---|---|
committer | Tim Northover <Tim.Northover@arm.com> | 2013-01-08 19:36:33 +0000 |
commit | 90fb75d8592069f5b718abfc97f39d00d33e57ca (patch) | |
tree | 1770093e50482aad6db7d728827995430a5855ef /llvm/test/CodeGen/ARM | |
parent | a2d5f0c7429485f2b03979f361cbbf01452ca458 (diff) | |
download | bcm5719-llvm-90fb75d8592069f5b718abfc97f39d00d33e57ca.tar.gz bcm5719-llvm-90fb75d8592069f5b718abfc97f39d00d33e57ca.zip |
Specify complete triple for fp128 tests.
This avoids FileCheck failing over different comment characters in
assembly (notably powerpc64 on Linux vs Darwin) and should fix David's
build-bot.
llvm-svn: 171886
Diffstat (limited to 'llvm/test/CodeGen/ARM')
-rw-r--r-- | llvm/test/CodeGen/ARM/fp128.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fp128.ll b/llvm/test/CodeGen/ARM/fp128.ll index ab476d43ac9..bdeb547423d 100644 --- a/llvm/test/CodeGen/ARM/fp128.ll +++ b/llvm/test/CodeGen/ARM/fp128.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=arm < %s | FileCheck --check-prefix=LITTLEENDIAN %s +; RUN: llc -mtriple=arm-none-linux < %s | FileCheck --check-prefix=LITTLEENDIAN %s @var = global fp128 0xL00000000000000008000000000000000 |