shrink vmcore by moving symbol table stripping support out of VMCore into
authorChris Lattner <sabre@nondot.org>
Wed, 7 Feb 2007 06:22:45 +0000 (06:22 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 7 Feb 2007 06:22:45 +0000 (06:22 +0000)
commit7f1444bc0aefdd924e9b231e20d4c0529311e141
tree0e1008865a141be2a99c669820f50e4074f98144
parenta3832fd46af09872a9c6322b9d23df8b4934c897
shrink vmcore by moving symbol table stripping support out of VMCore into
the one IPO pass that uses it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33990 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/TypeSymbolTable.h
include/llvm/ValueSymbolTable.h
lib/Transforms/IPO/StripSymbols.cpp
lib/VMCore/TypeSymbolTable.cpp
lib/VMCore/ValueSymbolTable.cpp