[llvm-commits] [llvm] r122672 - /llvm/trunk/test/CodeGen/X86/inline-asm-h.ll
Rafael Espindola
rafael.espindola at gmail.com
Sat Jan 1 13:58:42 PST 2011
Author: rafael
Date: Sat Jan 1 15:58:41 2011
New Revision: 122672
URL: http://llvm.org/viewvc/llvm-project?rev=122672&view=rev
Log:
Fix darwin bots.
Modified:
llvm/trunk/test/CodeGen/X86/inline-asm-h.ll
Modified: llvm/trunk/test/CodeGen/X86/inline-asm-h.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/inline-asm-h.ll?rev=122672&r1=122671&r2=122672&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/inline-asm-h.ll (original)
+++ llvm/trunk/test/CodeGen/X86/inline-asm-h.ll Sat Jan 1 15:58:41 2011
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86-64 < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-pc-linux-gnu < %s | FileCheck %s
@foobar = common global i32 0, align 4
More information about the llvm-commits
mailing list