From a8423c189822f4542d3b6cbbc95de0a66720d2e7 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Fri, 10 Nov 2006 06:59:53 +0000 Subject: [PATCH] Adding target triple to test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31630 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2006-11-12-CSRetCC.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CodeGen/X86/2006-11-12-CSRetCC.ll b/test/CodeGen/X86/2006-11-12-CSRetCC.ll index 03be0aca702..e8f761bf3fa 100644 --- a/test/CodeGen/X86/2006-11-12-CSRetCC.ll +++ b/test/CodeGen/X86/2006-11-12-CSRetCC.ll @@ -1,5 +1,7 @@ ; RUN: llvm-as < %s | llc -march=x86 | grep 'subl $4, %esp' +target triple = "i686-pc-linux-gnu" + %str = internal constant [9 x sbyte] c"%f+%f*i\0A\00" ; <[9 x sbyte]*> [#uses=1] implementation ; Functions: