llvm-6502/test/FrontendC++
Duncan Sands a0c67bb1f9 Judging from the comment, the system assembler is supposed to assemble
the output of this test.  Since it was producing bitcode, that clearly
wasn't happening!  Have it produce target assembler and assemble that
instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120159 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-25 21:26:21 +00:00
..
2003-08-20-ExceptionFail.cpp
2003-08-21-EmptyClass.cpp
2003-08-24-Cleanup.cpp
2003-08-27-TypeNamespaces.cpp
2003-08-28-ForwardType.cpp
2003-08-28-SaveExprBug.cpp
2003-08-29-ArgPassingBug.cpp
2003-08-31-StructLayout.cpp
2003-09-22-CompositeExprValue.cpp
2003-09-29-ArgumentNumberMismatch.cpp
2003-09-30-CommaExprBug.cpp
2003-09-30-ForIncrementExprBug2.cpp
2003-09-30-ForIncrementExprBug.cpp
2003-09-30-NestedFunctionDecl.cpp
2003-10-17-BoolBitfields.cpp
2003-10-21-InnerClass.cpp
2003-10-27-VirtualBaseClassCrash.cpp
2003-11-02-WeakLinkage.cpp
2003-11-04-ArrayConstructors.cpp
2003-11-04-CatchLabelName.cpp
2003-11-08-ArrayAddress.cpp
2003-11-18-EnumArray.cpp
2003-11-18-PtrMemConstantInitializer.cpp
2003-11-25-ReturningOpaqueByValue.cpp
2003-11-27-MultipleInheritanceThunk.cpp
2003-11-29-DuplicatedCleanupTest.cpp
2003-12-08-ArrayOfPtrToMemberFunc.cpp
2004-01-11-DynamicInitializedConstant.cpp
2004-03-08-ReinterpretCastCopy.cpp
2004-03-09-UnmangledBuiltinMethods.cpp
2004-03-15-CleanupsAndGotos.cpp
2004-06-08-LateTemplateInstantiation.cpp
2004-09-27-CompilerCrash.cpp
2004-09-27-DidntEmitTemplate.cpp
2004-11-27-EmitsUnusedInlineFunctions.cpp
2004-11-27-ExceptionCleanupAssertion.cpp
2004-11-27-FriendDefaultArgCrash.cpp
2004-11-27-InlineAsmFunctionRedefinition.cpp
2005-01-03-StaticInitializers.cpp
2005-02-11-AnonymousUnion.cpp
2005-02-13-BadDynamicInit.cpp
2005-02-14-BitFieldOffset.cpp
2005-02-19-BitfieldStructCrash.cpp
2005-02-19-UnnamedVirtualThunkArgument.cpp
2005-02-20-BrokenReferenceTest.cpp
2005-02-27-PlacementArrayNewCrash.cpp
2005-07-21-VirtualBaseAccess.cpp
2006-03-01-GimplifyCrash.cpp
2006-03-06-C++RecurseCrash.cpp
2006-09-08-powi.cpp
2006-09-12-OpaqueStructCrash.cpp
2006-09-27-Debug-Protection.cpp
2006-10-30-ClassBitfield.cpp
2006-11-06-StackTrace.cpp
2006-11-20-GlobalSymbols.cpp Judging from the comment, the system assembler is supposed to assemble 2010-11-25 21:26:21 +00:00
2006-11-30-ConstantExprCrash.cpp
2006-11-30-NoCompileUnit.cpp
2006-11-30-Pubnames.cpp
2007-01-02-UnboundedArray.cpp
2007-01-06-ELF-Thunk-Sections.cpp
2007-01-06-PtrMethodInit.cpp
2007-03-27-FunctionVarRename.cpp
2007-04-05-PackedBitFields-1.cpp
2007-04-05-PackedBitFieldsOverlap-2.cpp
2007-04-05-PackedBitFieldsOverlap.cpp
2007-04-05-PackedBitFieldsSmall.cpp
2007-04-05-StructPackedFieldUnpacked.cpp
2007-04-10-PackedUnion.cpp
2007-04-11-InlineStorageClassC++.cpp
2007-04-14-FNoBuiltin.cpp
2007-04-31-TryCatch.cpp
2007-05-03-VectorInit.cpp
2007-05-16-ReverseBitFieldCrash.cpp
2007-05-23-TryFinally.cpp
2007-07-04-NestedCatches.cpp
2007-07-29-RestrictPtrArg.cpp
2007-07-29-RestrictRefArg.cpp
2007-08-01-RestrictMethod.cpp
2007-09-10-RecursiveTypeResolution.cpp
2007-10-01-StructResize.cpp
2008-01-11-BadWarning.cpp
2008-01-12-VecInit.cpp
2008-05-07-CrazyOffsetOf.cpp
2008-10-29-WrongOffset.cpp Testcase for PR2917. 2008-10-29 18:06:20 +00:00
2009-02-07-VolatileArrayRefHack.cpp
2009-02-16-CtorNames-dbg.cpp
2009-03-17-dbg.cpp
2009-04-21-DtorNames-dbg.cpp
2009-04-23-bool2.cpp
2009-05-04-PureConstNounwind.cpp
2009-06-16-DebugInfoCrash.cpp
2009-06-20-DarwinPPCLayout.cpp
2009-06-30-ByrefBlock.cpp
2009-07-15-LineNumbers.cpp Update tests to not rely on input file's absolute path. 2010-07-27 18:13:53 +00:00
2009-07-16-PrivateCopyConstructor.cpp
2009-07-16-Using.cpp Add -o /dev/null to some tests which don't care about their output. 2010-04-30 17:42:30 +00:00
2009-08-05-ZeroInitWidth.cpp
2009-08-11-VectorRetTy.cpp
2009-09-04-modify-crash.cpp
2009-09-09-packed-layout.cpp
2009-10-27-crash.cpp Add -o /dev/null to some tests which don't care about their output. 2010-04-30 17:42:30 +00:00
2009-12-23-MissingSext.cpp
2010-02-17-DbgArtificialArg.cpp Support for nested functions/classes in debug output. (Again.) Radar 7424645. 2010-06-11 20:08:44 +00:00
2010-03-22-empty-baseclass.cpp Test case for llvm-gcc r99305. Radar 7659636. 2010-03-23 18:39:23 +00:00
2010-04-30-OptimizedMethod-Dbg.cpp Generalize DISubprogram element to encode various flags instead of just one boolean for isArtificial. 2010-09-29 21:04:46 +00:00
2010-05-10-Var-DbgInfo.cpp Test case for 103414. 2010-05-10 17:49:40 +00:00
2010-05-11-alwaysinlineinstantiation.cpp Testcase for llvm 103572 (7898991). 2010-05-12 05:04:20 +00:00
2010-05-12-PtrToMember-Dbg.cpp Test case for r103633. 2010-05-12 18:31:04 +00:00
2010-06-21-LocalVarDbg.cpp test case for r106438. 2010-06-21 18:37:23 +00:00
2010-06-22-BitfieldInit.cpp Less incorrect handling of zero-length bitfields. Radars 7992077 and 8093043. 2010-06-23 00:31:14 +00:00
2010-06-22-ZeroBitfield.cpp Less incorrect handling of zero-length bitfields. Radars 7992077 and 8093043. 2010-06-23 00:31:14 +00:00
2010-07-19-nowarn.cpp Testcase for 108732 (8195660). 2010-07-19 18:22:40 +00:00
2010-07-23-DeclLoc.cpp Update tests to not rely on input file's absolute path. 2010-07-27 18:13:53 +00:00
2010-08-31-ByValArg.cpp Reapply r112623. Included additional check for unused byval argument. 2010-08-31 22:22:42 +00:00
alignstack.cpp
dg.exp
integration-O2.cpp
m64-ptr.cpp
member-alignment.cpp
ptr-to-method-devirt.cpp For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
thunk-linkonce-odr.cpp Corresponding test changes for r106564. 2010-06-22 20:30:14 +00:00
varargs.cpp
weak-external.cpp
x86-64-abi-sret-vs-2word-struct-param.cpp