llvm-6502/test/Linker
Chris Lattner 6157e383c4 Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes
the second half of link-global-to-func.ll and causes some minor changes in
messages.

There are two TODOs here.  First, this causes a regression in 
2008-07-06-AliasWeakDest.ll, which is now failing (so I xfailed it).  Anton,
I would really appreciate it if you could take a look at this.  It should be
a matter of adding proper alias support to GetLinkageResult, and was probably
already a latent bug that would manifest with globals.

The second todo is to reimplement LinkAlias in the same pattern as 
function and global linking.  This should be pretty straight-forward for 
someone who knows aliases, but isn't a requirement for correctness.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53548 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-14 07:23:24 +00:00
..
2002-07-17-GlobalFail.ll Remove llvm-upgrade and update tests. 2008-03-09 08:16:40 +00:00
2002-07-17-LinkTest2.ll Remove llvm-upgrade and update tests. 2008-03-09 08:16:40 +00:00
2002-08-20-ConstantExpr.ll Remove llvm-upgrade and update tests. 2008-03-09 08:16:40 +00:00
2003-01-30-LinkerRename.ll Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. 2008-05-20 22:07:21 +00:00
2003-01-30-LinkerTypeRename.ll For PR1319: Upgrade to new test harness 2007-04-15 18:11:57 +00:00
2003-04-21-Linkage.ll Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. 2008-05-20 22:07:21 +00:00
2003-04-23-LinkOnceLost.ll Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. 2008-05-20 22:07:21 +00:00
2003-04-26-NullPtrLinkProblem.ll Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. 2008-05-20 22:07:21 +00:00
2003-05-15-TypeProblem.ll Remove llvm-upgrade and update tests. 2008-03-09 08:16:40 +00:00
2003-05-31-LinkerRename.ll Update old-style syntax in some "not grep" tests. 2008-05-01 23:50:07 +00:00
2003-06-02-TypeResolveProblem2.ll Remove llvm-upgrade and update tests. 2008-03-09 08:16:40 +00:00
2003-06-02-TypeResolveProblem.ll Remove llvm-upgrade and update tests. 2008-03-09 08:16:40 +00:00
2003-08-20-OpaqueTypeResolve.ll Remove llvm-upgrade and update tests. 2008-03-09 08:16:40 +00:00
2003-08-23-GlobalVarLinking.ll Remove llvm-upgrade and update tests. 2008-03-09 08:16:40 +00:00
2003-08-23-RecursiveOpaqueTypeResolve.ll Remove llvm-upgrade and update tests. 2008-03-09 08:16:40 +00:00
2003-08-24-InheritPtrSize.ll For PR1319: Upgrade to new test harness 2007-04-15 18:11:57 +00:00
2003-08-28-TypeResolvesGlobal2.ll Remove llvm-upgrade and update tests. 2008-03-09 08:16:40 +00:00
2003-08-28-TypeResolvesGlobal3.ll Remove llvm-upgrade and update tests. 2008-03-09 08:16:40 +00:00
2003-08-28-TypeResolvesGlobal.ll Remove llvm-upgrade and update tests. 2008-03-09 08:16:40 +00:00
2003-10-21-ConflictingTypesTolerance.ll Fix some tests. 2008-06-12 21:23:38 +00:00
2003-10-27-LinkOncePromote.ll Remove llvm-upgrade and update tests. 2008-03-09 08:16:40 +00:00
2003-11-18-TypeResolution.ll Remove llvm-upgrade and update tests. 2008-03-10 07:21:50 +00:00
2004-02-17-WeakStrongLinkage.ll Remove llvm-upgrade and update tests. 2008-03-10 07:21:50 +00:00
2004-05-07-TypeResolution1.ll Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. 2008-05-20 22:07:21 +00:00
2004-05-07-TypeResolution2.ll Remove llvm-upgrade and update tests. 2008-03-10 07:21:50 +00:00
2004-12-03-DisagreeingType.ll Fix some escaping and quoting in RUN lines, mainly involving { and <. In two 2008-06-10 16:04:47 +00:00
2005-02-12-ConstantGlobals-2.ll For PR1319: Upgrade to new test harness 2007-04-15 18:11:57 +00:00
2005-02-12-ConstantGlobals.ll Remove llvm-upgrade and update tests. 2008-03-10 07:21:50 +00:00
2005-12-06-AppendingZeroLengthArrays.ll Remove llvm-upgrade and update tests. 2008-03-10 07:21:50 +00:00
2006-01-19-ConstantPacked.ll Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. 2008-05-20 22:07:21 +00:00
2006-06-15-GlobalVarAlignment.ll For PR1319: Upgrade to new test harness 2007-04-15 18:11:57 +00:00
2008-03-05-AliasReference2.ll Testcase for PR2054 2008-03-05 15:43:58 +00:00
2008-03-05-AliasReference.ll Testcase for PR2054 2008-03-05 15:43:58 +00:00
2008-03-07-DroppedSection_a.ll This passes now 2008-03-10 22:34:11 +00:00
2008-03-07-DroppedSection_b.ll much simpler test case 2008-03-08 02:05:22 +00:00
2008-06-13-LinkOnceRedefinition.ll Fix an error handling redefinition of linkonce functions where the 2008-06-20 05:29:39 +00:00
2008-06-26-AddressSpace.ll when linking globals, make sure to preserve the address space of the global. 2008-06-27 03:10:24 +00:00
2008-07-06-AliasFnDecl2.ll Testcase for PR2146 2008-07-05 23:03:46 +00:00
2008-07-06-AliasFnDecl.ll Testcase for PR2146 2008-07-05 23:03:46 +00:00
2008-07-06-AliasWeakDest2.ll Testcase for PR2463 2008-07-05 23:33:40 +00:00
2008-07-06-AliasWeakDest.ll Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes 2008-07-14 07:23:24 +00:00
AppendingLinkage2.ll Remove llvm-upgrade and update tests. 2008-03-10 07:21:50 +00:00
AppendingLinkage.ll Remove llvm-upgrade and update tests. 2008-03-10 07:21:50 +00:00
basiclink.ll For PR1319: 2007-04-16 17:36:08 +00:00
ConstantGlobals1.ll Remove llvm-upgrade and update tests. 2008-03-10 07:21:50 +00:00
ConstantGlobals2.ll Remove llvm-upgrade and update tests. 2008-03-10 07:21:50 +00:00
ConstantGlobals3.ll Remove llvm-upgrade and update tests. 2008-03-10 07:21:50 +00:00
dg.exp sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
link-archive.ll Use the c modifier to tell llvm-ar not to issue a 2008-06-27 10:52:12 +00:00
link-global-to-func.ll Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes 2008-07-14 07:23:24 +00:00
link-messages.ll Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes 2008-07-14 07:23:24 +00:00
LinkOnce.ll Remove llvm-upgrade and update tests. 2008-03-10 07:21:50 +00:00
redefinition.ll Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes 2008-07-14 07:23:24 +00:00
testlink1.ll Remove llvm-upgrade and update tests. 2008-03-10 07:21:50 +00:00
testlink2.ll Remove llvm-upgrade and update tests. 2008-03-10 07:21:50 +00:00
weakextern.ll Remove llvm-upgrade and update tests. 2008-03-10 07:21:50 +00:00