This is an archive of the discontinued LLVM Phabricator instance.

[gold-plugin] Disable name for values other than GlobalValue
ClosedPublic

Authored by tejohnson on Apr 19 2016, 9:09 AM.

Details

Summary

Applies Mehdi's optimization (r263086) to disable value names other than
for GlobalValues to LTO/ThinLTO performed via the gold-plugin, in the
same manner as it is applied in libLTO.

Diff Detail

Repository
rL LLVM

Event Timeline

tejohnson updated this revision to Diff 54208.Apr 19 2016, 9:09 AM
tejohnson retitled this revision from to [gold-plugin] Disable name for values other than GlobalValue.
tejohnson updated this object.
tejohnson added a subscriber: llvm-commits.
rafael edited edge metadata.Apr 19 2016, 10:10 AM
rafael added a subscriber: rafael.

Lgtm, but can you add a test?

tejohnson updated this revision to Diff 54354.Apr 20 2016, 6:04 AM
tejohnson edited edge metadata.

Added test.

This revision was automatically updated to reflect the committed changes.