This is an archive of the discontinued LLVM Phabricator instance.

[llvm-nm][docs] Document -W and -U
ClosedPublic

Authored by MaskRay on May 21 2022, 4:01 PM.

Details

Summary

Latest GNU nm (milestone: 2.39) has added -W/--no-weak and changed -U to mean
--defined-only (instead of --unicode=). The changes match our semantics.

Close #55297

Diff Detail

Event Timeline

MaskRay created this revision.May 21 2022, 4:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 21 2022, 4:01 PM
MaskRay requested review of this revision.May 21 2022, 4:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 21 2022, 4:01 PM
keith accepted this revision.May 21 2022, 5:43 PM

Awesome, thanks!

This revision is now accepted and ready to land.May 21 2022, 5:43 PM
This revision was landed with ongoing or failed builds.May 23 2022, 9:59 AM
This revision was automatically updated to reflect the committed changes.