llvm-6502/lib/Bytecode/Reader
Chris Lattner 6b25242a4b Add support for 'weak' linkage.
For now, we translate linkonce into weak linkage in the bytecode format because
we don't have enough bits to represent it.  We will rev the bytecode version
soon anyways, so this will be fixed in the near future.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9170 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-16 18:28:50 +00:00
..
ArchiveReader.cpp Update file header for renamed file 2003-09-22 23:42:00 +00:00
ConstantReader.cpp Avoid calling getTypeSlot more 2003-10-13 14:34:59 +00:00
InstructionReader.cpp Reserve space for PHI nodes when we read them in. This provides a VERY 2003-10-09 22:46:58 +00:00
Makefile
Reader.cpp Add support for 'weak' linkage. 2003-10-16 18:28:50 +00:00
ReaderInternals.h Avoid calling getTypeSlot more 2003-10-13 14:34:59 +00:00
ReaderWrappers.cpp Destroy allocated resources on exception. 2003-10-08 19:55:47 +00:00