Skip to content

Commit

Permalink
Specify complete triple for fp128 tests.
Browse files Browse the repository at this point in the history
This avoids FileCheck failing over different comment characters in
assembly (notably powerpc64 on Linux vs Darwin) and should fix David's
build-bot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171886 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Tim Northover authored and Tim Northover committed Jan 8, 2013
1 parent 4a50e53 commit a67352d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/CodeGen/ARM/fp128.ll
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion test/CodeGen/PowerPC/fp128.ll
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a67352d

Please sign in to comment.