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.
Details
Details
- Reviewers
kastiglione jhenderson
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 20932 Build 20932: arc lint + arc unit
Event Timeline
Comment Actions
I think this is a bit too invasive for the value right now. Happy to update it in the future if folks want it