Do not put internal symbols into the symbol table. This shrinks the symbol
authorChris Lattner <sabre@nondot.org>
Sun, 13 Feb 2005 17:42:11 +0000 (17:42 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 13 Feb 2005 17:42:11 +0000 (17:42 +0000)
commite5cea5eb89c9e96e8c8f5318c393d573ac8662bc
treeef869ebd4873a2c9777dc1d9906fefa7459f2f7a
parent004e19e38d810c3146c77b68a9274210ee008b1d
Do not put internal symbols into the symbol table.  This shrinks the symbol
table for archives in common cases, and prevents trying to resolve a
external reference with an internal reference.  This shrinks the libpython.a
symbol table from 126302 to 19770 bytes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20151 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Reader/ReaderWrappers.cpp