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
This commit is contained in:
Tim Northover 2013-01-08 19:36:33 +00:00
parent a2d5f0c742
commit 90fb75d859
2 changed files with 2 additions and 2 deletions

View File

@ -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 @var = global fp128 0xL00000000000000008000000000000000

View File

@ -1,4 +1,4 @@
; RUN: llc -march=ppc64 < %s | FileCheck --check-prefix=BIGENDIAN %s ; RUN: llc -mtriple=powerpc64-none-linux < %s | FileCheck --check-prefix=BIGENDIAN %s
@var = global fp128 0xL00000000000000008000000000000000 @var = global fp128 0xL00000000000000008000000000000000