[PATCH] D43972: Allow both `--foo bar` and `--foo=bar` styles.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 1 14:12:47 PST 2018
ruiu created this revision.
ruiu added reviewers: emaste, rafael.
Herald added subscribers: arichardson, srhines.
GNU linkers by convention supports both `--foo bar` and `--foo=bar` styles
for all long options that take arguments.
https://reviews.llvm.org/D43972
Files:
lld/ELF/Driver.cpp
lld/ELF/Options.td
lld/test/ELF/auxiliary.s
lld/test/ELF/pack-dyn-relocs.s
lld/test/ELF/sectionstart.s
lld/test/ELF/symbol-ordering-file.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43972.136602.patch
Type: text/x-patch
Size: 7989 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180301/a49b3411/attachment.bin>
More information about the llvm-commits
mailing list