[llvm-commits] [llvm] r141640 - /llvm/trunk/test/CodeGen/X86/movbe.ll
NAKAMURA Takumi
geek4civic at gmail.com
Mon Oct 10 20:41:03 PDT 2011
Author: chapuni
Date: Mon Oct 10 22:41:03 2011
New Revision: 141640
URL: http://llvm.org/viewvc/llvm-project?rev=141640&view=rev
Log:
test/CodeGen/X86/movbe.ll: Give explicit -mtriple=x86_64-linux, to unbreak win32 hosts.
Modified:
llvm/trunk/test/CodeGen/X86/movbe.ll
Modified: llvm/trunk/test/CodeGen/X86/movbe.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/movbe.ll?rev=141640&r1=141639&r2=141640&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/movbe.ll (original)
+++ llvm/trunk/test/CodeGen/X86/movbe.ll Mon Oct 10 22:41:03 2011
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86-64 -mcpu=atom < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-linux -mcpu=atom < %s | FileCheck %s
declare i32 @llvm.bswap.i32(i32) nounwind readnone
declare i64 @llvm.bswap.i64(i64) nounwind readnone
More information about the llvm-commits
mailing list