llvm-6502/lib/Bytecode
Chris Lattner 86c9365761 If a function is external, do not output a FunctionBlock for the function
AT ALL.  This saves 11 bytes per external function from the bytecode file,
and is also required to make GhostLinkage work.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17854 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-15 21:46:40 +00:00
..
Archive * Make sure the string table gets read even if there isn't a foreign 2004-11-15 01:40:20 +00:00
Reader Make functions default to having external linkage if they have no 2004-11-15 21:43:03 +00:00
Writer If a function is external, do not output a FunctionBlock for the function 2004-11-15 21:46:40 +00:00
Makefile Add the Archive library 2004-11-14 21:55:27 +00:00