This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Accept both -m <emulation> and -m<emulation>
ClosedPublic

Authored by atanasyan on Oct 27 2015, 3:11 PM.

Details

Summary

GNU linkers accept both separate and joined variants and at least for MIPS target gcc passes joined variant of the '-m' option.

Diff Detail

Repository
rL LLVM

Event Timeline

atanasyan updated this revision to Diff 38602.Oct 27 2015, 3:11 PM
atanasyan retitled this revision from to [Driver] Accept both -m <emulation> and -m<emulation>.
atanasyan updated this object.
atanasyan added reviewers: ruiu, rafael.
atanasyan set the repository for this revision to rL LLVM.
atanasyan added a project: lld.
atanasyan added a subscriber: llvm-commits.
ruiu accepted this revision.Oct 27 2015, 3:30 PM
ruiu edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 27 2015, 3:30 PM
This revision was automatically updated to reflect the committed changes.