[PECOFF] Remove special treatment of "--" option.
authorRui Ueyama <ruiu@google.com>
Fri, 2 Aug 2013 22:34:12 +0000 (22:34 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 2 Aug 2013 22:34:12 +0000 (22:34 +0000)
commit35947af01255e37bb5fd988df4b0fa316f1e5ed5
tree39e1d48aa5c831820066661cb8b0bf08acf059a2
parentbd6c7459bb1be4b492be95a3b19ab2dccaa7f53a
[PECOFF] Remove special treatment of "--" option.

Thanks to Hans' patch (r187675), OptTable now handles "--", so we don't
need this code in LLD.

llvm-svn: 187683
lld/lib/Driver/WinLinkDriver.cpp