From abe3eaa481a8cd930ecd9c57740994501ef45e78 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Sat, 1 Jan 2011 21:58:41 +0000 Subject: Fix darwin bots. llvm-svn: 122672 --- llvm/test/CodeGen/X86/inline-asm-h.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/X86/inline-asm-h.ll') diff --git a/llvm/test/CodeGen/X86/inline-asm-h.ll b/llvm/test/CodeGen/X86/inline-asm-h.ll index 7f83c3ad708..53cf419bd11 100644 --- a/llvm/test/CodeGen/X86/inline-asm-h.ll +++ b/llvm/test/CodeGen/X86/inline-asm-h.ll @@ -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 -- cgit v1.2.3