[llvm-commits] [llvm] r59208 - /llvm/trunk/lib/Transforms/IPO/StripSymbols.cpp
Chris Lattner
clattner at apple.com
Mon Nov 17 17:00:08 PST 2008
On Nov 17, 2008, at 4:45 PM, Devang Patel wrote:
>> I don't think that matching on the names is really a sound way to go.
>> How about just looping over all the globals, removing dead globals in
>> the llvm.metadata section?
>
>
> If it start remove dead globals then it becomes difficult to compare
> "-
> strip-debug -std-compile-opts" output with "-std-compile-opts -strip-
> debug" output.
What other dead metadata can exist?
-Chris
More information about the llvm-commits
mailing list