This is an archive of the discontinued LLVM Phabricator instance.

[dsymutil][NFC} Rename thread related command line options
ClosedPublic

Authored by JDevlieghere on Nov 1 2017, 9:34 AM.

Details

Summary

This makes the command line options consistent with llvm-cov and
llvm-profdata, which both use -num-threads and -j.

This also addresses the conflict reported after landing D39355.

Diff Detail

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.Nov 1 2017, 9:34 AM
aprantl accepted this revision.Nov 1 2017, 10:01 AM
This revision is now accepted and ready to land.Nov 1 2017, 10:01 AM
This revision was automatically updated to reflect the committed changes.