This is an archive of the discontinued LLVM Phabricator instance.

[dsymutil] Upstream -minimize feature.
ClosedPublic

Authored by JDevlieghere on Jan 30 2018, 6:20 AM.

Details

Summary

Passing -minimize to dsymutil prevents the emission of .debug_inlines,
.debug_pubnames, and .debug_pubtypes in favor of the Apple accelerator
tables.

The actual check in the DWARF linker was added in r323655. This patch
simply enables it.

Diff Detail

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.Jan 30 2018, 6:20 AM
JDevlieghere retitled this revision from [dsymutil] Upstream -minimze feature. to [dsymutil] Upstream -minimize feature..Jan 30 2018, 6:22 AM
aprantl accepted this revision.Jan 30 2018, 8:39 AM
This revision is now accepted and ready to land.Jan 30 2018, 8:39 AM
This revision was automatically updated to reflect the committed changes.