This is an archive of the discontinued LLVM Phabricator instance.

nm: Add no-file-header to suppress object files
AbandonedPublic

Authored by keith on Jul 31 2018, 4:13 PM.

Details

Summary

This adds a new flag to suppress object files in the output of nm. This
is useful, especially for archives, for when you only care about the
symbols in binary, and not which object file they're part of.

Diff Detail

Event Timeline

keith created this revision.Jul 31 2018, 4:13 PM
keith abandoned this revision.Sep 10 2021, 6:06 PM

I think this is a bit too invasive for the value right now. Happy to update it in the future if folks want it

Herald added a project: Restricted Project. · View Herald Transcript