* Revert to old behavior of ignoring a module if it doesn't contain a main
authorChris Lattner <sabre@nondot.org>
Thu, 22 May 2003 19:48:00 +0000 (19:48 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 May 2003 19:48:00 +0000 (19:48 +0000)
commit2345d71853e75fd56a8ca66d40bf36eba0a9edb6
treecd7a05e51c200971375300f993b76350d7bd5a27
parentc7a2c7f0c9900c6658bc567211d695f0593484c2
* Revert to old behavior of ignoring a module if it doesn't contain a main
  function and no symbols were explicitly marked to be externalized.
* Add new -internalize-public-api-list option that can be used if the symbol
  list is small, and making a new file is annoying.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6289 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/Internalize.cpp