From 04b99780cf312ef428f9ec53dcddc31766ccb642 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Fri, 11 Jan 2008 20:47:33 +0000 Subject: Disable for now. llvm-svn: 45881 --- llvm/test/CodeGen/X86/aligned-comm.ll | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/test/CodeGen/X86/aligned-comm.ll') 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. -- cgit v1.2.3