1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/Verifier
Reid Spencer 6a31ec1259 For PR761:
Remove "target endian/pointersize" or add "target datalayout" to make
the test parse properly or set the datalayout because defaults changes.

For PR645:
Make global names use the @ prefix.

For llvm-upgrade changes:
Fix test cases or completely remove use of llvm-upgrade for test cases
that cannot survive the new renaming or upgrade capabilities.

llvm-svn: 33533
2007-01-26 08:25:06 +00:00
..
.cvsignore Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2002-04-13-RetTypes.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2002-11-05-GetelementptrPointers.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-11-21-FunctionReturningStructure.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2004-01-22-FloatNormalization.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2004-05-21-SwitchConstantMismatch.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2005-03-21-UndefinedTypeReference.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-07-11-StoreStruct.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-10-15-AddrLabel.ll For PR761: 2007-01-26 08:25:06 +00:00
2006-12-12-IntrinsicDefine.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
AmbiguousPhi.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
dg.exp Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
invoke-1.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
invoke-2.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
PhiGrouping.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
README.txt Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
SelfReferential.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00

This directory contains testcases that the verifier is supposed to detect as
malformed LLVM code.  Testcases for situations that the verifier incorrectly
identifies as malformed should go in the Regressions/Assembler directory.