From: NAKAMURA Takumi Date: Tue, 22 Feb 2011 07:18:55 +0000 (+0000) Subject: test/CodeGen/X86/red-zone.ll: Add explicit -mtriple=x86_64-linux. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=135c03094f039db5fc067a4ef4091096ab8d1eb1;p=oota-llvm.git test/CodeGen/X86/red-zone.ll: Add explicit -mtriple=x86_64-linux. Redzone is not applicable on Win64. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126194 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/red-zone.ll b/test/CodeGen/X86/red-zone.ll index 1ffb4e3c78f..d9369712359 100644 --- a/test/CodeGen/X86/red-zone.ll +++ b/test/CodeGen/X86/red-zone.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s ; First without noredzone. ; CHECK: f0: