From 90fb75d8592069f5b718abfc97f39d00d33e57ca Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Tue, 8 Jan 2013 19:36:33 +0000 Subject: 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 --- llvm/test/CodeGen/ARM/fp128.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/ARM/fp128.ll') 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 -- cgit v1.2.3