[llvm-commits] make utils/GenLibDeps.pl ignore 'D' lines from nm

Duncan Sands baldrick at free.fr
Mon Feb 16 02:27:40 PST 2009


Hi Nick,

> > How about just ignoring __dso_handle?  This might be enough to work
> > around the gold bug.  I don't much like the idea of ignoring all 'D'
> > symbols (externally visible globals with initial value).
> 
> That works for me. I've attached the patch, let me know if it works for 
> you and I'll commit it!

thanks for doing this.  On my system I also have to ignore
'__stack_chk_fail_local'.  Revised patch attached.

Ciao,

Duncan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gold.diff
Type: text/x-patch
Size: 1311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090216/977a0842/attachment.bin>


More information about the llvm-commits mailing list