summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit04b99780cf312ef428f9ec53dcddc31766ccb642 (patch)
treedcea391e3078f5b29ea11f10b5c84b92e8982fce /llvm/test/CodeGen/X86/aligned-comm.ll
parent8d71e25590aab8dced84d6b52d10526d57d1581f (diff)
downloadbcm5719-llvm-04b99780cf312ef428f9ec53dcddc31766ccb642.tar.gz
bcm5719-llvm-04b99780cf312ef428f9ec53dcddc31766ccb642.zip
Disable for now.
llvm-svn: 45881
Diffstat (limited to 'llvm/test/CodeGen/X86/aligned-comm.ll')
-rw-r--r--llvm/test/CodeGen/X86/aligned-comm.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/aligned-comm.ll b/llvm/test/CodeGen/X86/aligned-comm.ll
index 10c68d82750..ef1e111836d 100644
--- a/llvm/test/CodeGen/X86/aligned-comm.ll
+++ b/llvm/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.
OpenPOWER on IntegriCloud