From 9929207fdeb3b26c5513a8f4c03b74e90556d2dc Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Fri, 18 Jan 2008 19:53:31 +0000 Subject: [PATCH] Test is correct again for the moment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46172 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/aligned-comm.ll | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/CodeGen/X86/aligned-comm.ll b/test/CodeGen/X86/aligned-comm.ll index ef1e111836d..10c68d82750 100644 --- 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. -- 2.11.0