This is an archive of the discontinued LLVM Phabricator instance.

[llvm-nm] Add --portability as alias for --format=posix
ClosedPublic

Authored by jhenderson on Jan 4 2019, 3:57 AM.

Details

Summary

--portability is a GNU nm alias for --format=posix. To ensure command-line compatibility, we need to add it to llvm-nm.

Diff Detail

Repository
rL LLVM

Event Timeline

jhenderson created this revision.Jan 4 2019, 3:57 AM
mstorsjo accepted this revision.Jan 4 2019, 5:53 AM

LGTM

This revision is now accepted and ready to land.Jan 4 2019, 5:53 AM
rupprecht accepted this revision.Jan 4 2019, 10:30 AM
This revision was automatically updated to reflect the committed changes.