summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-18 16:55:45 +0000
committerChris Lattner <sabre@nondot.org>2009-08-18 16:55:45 +0000
commit755baa83291b1ff97d217f308f74a82abdf107fe (patch)
tree3b045ddf56f3f067c3b8e48f0a8235be5debc684 /test/CodeGen
parentc40f17b08774c2dcc5787fd83241e3c64ba82974 (diff)
downloadllvm-755baa83291b1ff97d217f308f74a82abdf107fe.tar.gz
llvm-755baa83291b1ff97d217f308f74a82abdf107fe.tar.bz2
llvm-755baa83291b1ff97d217f308f74a82abdf107fe.tar.xz
force a triple so this passes on darwin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79345 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/omit-label.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/omit-label.ll b/test/CodeGen/X86/omit-label.ll
index 6450f95d9b..35e6427daf 100644
--- a/test/CodeGen/X86/omit-label.ll
+++ b/test/CodeGen/X86/omit-label.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 -asm-verbose=false | FileCheck %s
+; RUN: llvm-as < %s | llc -asm-verbose=false -mtriple=x86_64-linux-gnu | FileCheck %s
; PR4126
; PR4732