This is an archive of the discontinued LLVM Phabricator instance.

Update error message to use "ld.lld" instead of "lld -flavor gnu".
ClosedPublic

Authored by ruiu on Jul 13 2016, 4:25 PM.

Details

Summary

Dispatching based on argv[0] seems to be more convenient for users
than dispatching based on -flavor option. Currently, when a user
invoke LLD as "lld", we recommend them pass -flavor option. This
patch changes the message so that we recommend use ld.lld, ld or
lld-link instead.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu updated this revision to Diff 63879.Jul 13 2016, 4:25 PM
ruiu retitled this revision from to Update error message to use "ld.lld" instead of "lld -flavor gnu"..
ruiu updated this object.
ruiu added a reviewer: rafael.
ruiu added a subscriber: llvm-commits.
This revision was automatically updated to reflect the committed changes.