This adds a new -no-weak flag to nm to hide weak symbols in its output.
This also adds a -W alias for this which is analogous to -U.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
tools/llvm-nm/llvm-nm.cpp | ||
---|---|---|
85 ↗ | (On Diff #153541) | This should probably be "Show only non-weak symbols" since all the rest of the descriptions are phrased affirmatively. |
Comment Actions
Accepting with the following reasoning: This is consistent with the existing filtering by other symbol kinds, and is opt-in/non-breaking.