Before this, a hello world program would contain many many unnecessary
entries in its string table.
No behavior change, just makes the string table in the output smaller
and more like ld64's.
Differential D93711
[lld/mac] Don't add names of unreferenced symbols to string table thakis on Dec 22 2020, 8:04 AM. Authored by
Details
Before this, a hello world program would contain many many unnecessary No behavior change, just makes the string table in the output smaller
Diff Detail
Event TimelineComment Actions The change on L722 took me a few moments to catch - that was subtle.
Comment Actions Thanks!
|
Why not emplace_back?