CVSROOT:        /cvs
Module name:    src
Changes by:     na...@cvs.openbsd.org   2018/10/22 09:20:46

Modified files:
        gnu/llvm/tools/lld/ELF: Options.td 

Log message:
Accept both `--foo bar` and `--foo=bar` styles options.

GNU linkers by convention supports both `--foo bar` and `--foo=bar` styles
for all long options that take arguments.

>From upstream r326506.  ok patrick@ kettenis@

Reply via email to