GNU linkers accept both separate and joined variants and at least for MIPS target gcc passes joined variant of the '-m' option.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D14133
[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
Event Timelineatanasyan updated this object. This revision is now accepted and ready to land.Oct 27 2015, 3:30 PM Closed by commit rL251497: [Driver] Accept both -m <emulation> and -m<emulation> (authored by atanasyan). · Explain WhyOct 27 2015, 10:15 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 38628 lld/trunk/ELF/Options.td
lld/trunk/lib/Driver/GnuLdOptions.td
lld/trunk/test/elf/Mips/opt-emulation.test
lld/trunk/test/elf2/emulation.s
|