OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c40f17b
)
force a triple so this passes on darwin
author
Chris Lattner
<sabre@nondot.org>
Tue, 18 Aug 2009 16:55:45 +0000
(16:55 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 18 Aug 2009 16:55:45 +0000
(16:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79345
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/omit-label.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/omit-label.ll
b/test/CodeGen/X86/omit-label.ll
index
6450f95
..
35e6427
100644
(file)
--- 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