[llvm] r182935 - Force a triple so we don't get bitten by windows' different regalloc.

Benjamin Kramer benny.kra at googlemail.com
Thu May 30 08:39:36 PDT 2013


Author: d0k
Date: Thu May 30 10:39:35 2013
New Revision: 182935

URL: http://llvm.org/viewvc/llvm-project?rev=182935&view=rev
Log:
Force a triple so we don't get bitten by windows' different regalloc.

Modified:
    llvm/trunk/test/CodeGen/X86/zext-sext.ll

Modified: llvm/trunk/test/CodeGen/X86/zext-sext.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/zext-sext.ll?rev=182935&r1=182934&r2=182935&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/zext-sext.ll (original)
+++ llvm/trunk/test/CodeGen/X86/zext-sext.ll Thu May 30 10:39:35 2013
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -mcpu=atom | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-linux-gnu -mcpu=atom | FileCheck %s
 ; <rdar://problem/8006248>
 
 ; This randomly started passing after an unrelated change, if it fails again it





More information about the llvm-commits mailing list