projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9133f9
)
Test is correct again for the moment.
author
Dale Johannesen
<dalej@apple.com>
Fri, 18 Jan 2008 19:53:31 +0000
(19:53 +0000)
committer
Dale Johannesen
<dalej@apple.com>
Fri, 18 Jan 2008 19:53:31 +0000
(19:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46172
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/aligned-comm.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/aligned-comm.ll
b/test/CodeGen/X86/aligned-comm.ll
index ef1e111836dd258d346e2a9e1eeeec2454442657..10c68d827504e09f5212edf1115736ea74d094dc 100644
(file)
--- a/
test/CodeGen/X86/aligned-comm.ll
+++ b/
test/CodeGen/X86/aligned-comm.ll
@@
-2,9
+2,6
@@
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin10 | grep {array,16512,7}
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9 | grep {array,16512,7}
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin8 | not grep {7}
-; XFAIL: *
-
-; Currently there is no construct which generates .comm, so test is xfail'ed.
; Darwin 9+ should get alignment on common symbols. Darwin8 does
; not support this.