summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/aligned-comm.ll
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-01-11 20:47:33 +0000
committerDale Johannesen <dalej@apple.com>2008-01-11 20:47:33 +0000
commitef68e75618bb0c1369076283a876853608cc1436 (patch)
tree8f0c5aa9d7d93a44a6cb664dbb86137f1f94420b /test/CodeGen/X86/aligned-comm.ll
parente027efa21816dbd2350d137fdfa181c24cbe8c49 (diff)
downloadllvm-ef68e75618bb0c1369076283a876853608cc1436.tar.gz
llvm-ef68e75618bb0c1369076283a876853608cc1436.tar.bz2
llvm-ef68e75618bb0c1369076283a876853608cc1436.tar.xz
Disable for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45881 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/aligned-comm.ll')
-rw-r--r--test/CodeGen/X86/aligned-comm.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/X86/aligned-comm.ll b/test/CodeGen/X86/aligned-comm.ll
index 10c68d8275..ef1e111836 100644
--- a/test/CodeGen/X86/aligned-comm.ll
+++ b/test/CodeGen/X86/aligned-comm.ll
@@ -2,6 +2,9 @@
; 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.