search for: deadstriproot

Displaying 3 results from an estimated 3 matches for "deadstriproot".

2013 Aug 27
1
[LLVMdev] [lld] adding deadStrip() to undefined Atoms
...13, at 10:20 PM, Shankar Easwaran wrote: >> Can we add deadStrip() to undefinedAtoms as well ? >> >> This will enable to choose whether we want to set the property deadStripNormal or deadStripNever on them. >> >> Also I think it will be cleaner for atoms to be added to deadStripRoot set using a single API. > Can you give more more background on this? When would you want and undef that causes the whatever defined atom replaces it to be never dead stripped? We have these options a) -entry <symbolname> b) -init <symbolname> c) -fini <symbolname> The atoms...
2013 Aug 27
3
[LLVMdev] [lld] adding deadStrip() to undefined Atoms
Hi, Can we add deadStrip() to undefinedAtoms as well ? This will enable to choose whether we want to set the property deadStripNormal or deadStripNever on them. Also I think it will be cleaner for atoms to be added to deadStripRoot set using a single API. Thanks Shankar Easwaran -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation
2013 Aug 27
0
[LLVMdev] [lld] adding deadStrip() to undefined Atoms
On Aug 26, 2013, at 10:20 PM, Shankar Easwaran wrote: > Can we add deadStrip() to undefinedAtoms as well ? > > This will enable to choose whether we want to set the property deadStripNormal or deadStripNever on them. > > Also I think it will be cleaner for atoms to be added to deadStripRoot set using a single API. Can you give more more background on this? When would you want and undef that causes the whatever defined atom replaces it to be never dead stripped? For darwin's current linker (ld64), the driver adds an initial undefs to the dead strip root set. -Nick