diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-01-01 21:58:41 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-01-01 21:58:41 +0000 |
commit | abe3eaa481a8cd930ecd9c57740994501ef45e78 (patch) | |
tree | 8ae553f6729a1a321625d5f062ff1c541a3fa604 /llvm/test/CodeGen/X86/inline-asm-h.ll | |
parent | f20ffec1df31144e500d6baef0feed80b222d3af (diff) | |
download | bcm5719-llvm-abe3eaa481a8cd930ecd9c57740994501ef45e78.tar.gz bcm5719-llvm-abe3eaa481a8cd930ecd9c57740994501ef45e78.zip |
Fix darwin bots.
llvm-svn: 122672
Diffstat (limited to 'llvm/test/CodeGen/X86/inline-asm-h.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/inline-asm-h.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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 |