[llvm-commits] [llvm] r126194 - /llvm/trunk/test/CodeGen/X86/red-zone.ll

NAKAMURA Takumi geek4civic at gmail.com
Mon Feb 21 23:18:55 PST 2011


Author: chapuni
Date: Tue Feb 22 01:18:55 2011
New Revision: 126194

URL: http://llvm.org/viewvc/llvm-project?rev=126194&view=rev
Log:
test/CodeGen/X86/red-zone.ll: Add explicit -mtriple=x86_64-linux.

Redzone is not applicable on Win64.

Modified:
    llvm/trunk/test/CodeGen/X86/red-zone.ll

Modified: llvm/trunk/test/CodeGen/X86/red-zone.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/red-zone.ll?rev=126194&r1=126193&r2=126194&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/red-zone.ll (original)
+++ llvm/trunk/test/CodeGen/X86/red-zone.ll Tue Feb 22 01:18:55 2011
@@ -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:





More information about the llvm-commits mailing list