Add an option to the gold plugin to make it emit a file with the public api
authorNick Lewycky <nicholas@mxc.ca>
Sun, 22 Feb 2009 22:15:44 +0000 (22:15 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 22 Feb 2009 22:15:44 +0000 (22:15 +0000)
commitca4286295f7db200724cb488a04ad15441a8ba99
tree2726818e04828f543df88701df67cd84b37fa7d1
parentbc989d462d0b95e275a17d62251c759d0342dbaa
Add an option to the gold plugin to make it emit a file with the public api
list that can in turn be passed to -internalize pass through
-internalize-public-api-file.

Pass gold -plugin-opt=generate-api-file to produce "apifile.txt" in the current
directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65295 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gold/gold-plugin.cpp