From 0b9b85647ca27a85f0a41fe5e5a36389636de940 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Mon, 28 Jun 2010 19:31:15 +0000 Subject: [PATCH] Add a triple so test runs on Linux as well. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107045 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll b/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll index ed7bf1983ba..e1491a03d8a 100644 --- a/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll +++ b/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll @@ -1,5 +1,6 @@ ; RUN: llc < %s -march=x86 -O0 | FileCheck %s ; PR7509 +target triple = "i386-apple-darwin10" %asmtype = type { i32, i8*, i32, i32 } ; Arguments 1 and 4 must be the same. No other output arguments may be -- 2.34.1