GNU linkers by convention supports both --foo bar and --foo=bar styles
for all long options that take arguments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
Paths
| Differential D43972
Allow both `--foo bar` and `--foo=bar` styles. ClosedPublic Authored by ruiu on Mar 1 2018, 2:12 PM.
Details Summary GNU linkers by convention supports both --foo bar and --foo=bar styles
Diff Detail
Event TimelineClosed by commit rLLD326506: Accept both `--foo bar` and `--foo=bar` styles options. (authored by ruiu). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 136619 ELF/Driver.cpp
ELF/Options.td
test/ELF/auxiliary.s
test/ELF/pack-dyn-relocs.s
test/ELF/sectionstart.s
test/ELF/symbol-ordering-file.s
|