diff options
author | Dale Johannesen <dalej@apple.com> | 2008-01-18 19:53:31 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2008-01-18 19:53:31 +0000 |
commit | c68381d03ba1b51a103019026ea3c9d07ab2b351 (patch) | |
tree | 14d10daaebd6fe5cb219700a59dd94730fc4d38e /test/CodeGen/X86 | |
parent | 0d551f3e09117788205c92667ba3b17aa108db3f (diff) | |
download | external_llvm-c68381d03ba1b51a103019026ea3c9d07ab2b351.zip external_llvm-c68381d03ba1b51a103019026ea3c9d07ab2b351.tar.gz external_llvm-c68381d03ba1b51a103019026ea3c9d07ab2b351.tar.bz2 |
Test is correct again for the moment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46172 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r-- | test/CodeGen/X86/aligned-comm.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CodeGen/X86/aligned-comm.ll b/test/CodeGen/X86/aligned-comm.ll index ef1e111..10c68d8 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. |