llvm-6502/lib/Linker
Duncan Sands dc024674ff Fix PR1146: parameter attributes are longer part of
the function type, instead they belong to functions
and function calls.  This is an updated and slightly
corrected version of Reid Spencer's original patch.
The only known problem is that auto-upgrading of
bitcode files doesn't seem to work properly (see
test/Bitcode/AutoUpgradeIntrinsics.ll).  Hopefully
a bitcode guru (who might that be? :) ) will fix it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44359 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-27 13:23:08 +00:00
..
LinkArchives.cpp Report an error if one occurs in releaseModule. 2007-07-22 21:39:37 +00:00
Linker.cpp eliminate residual cruft related to recognizing bytecode 2007-07-06 13:38:17 +00:00
LinkItems.cpp Improve error handling in the linker by: 2007-08-16 07:47:30 +00:00
LinkModules.cpp Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
Makefile