[COFF] Simplify hasArgs calls. NFC
authorShoaib Meenai <smeenai@fb.com>
Fri, 15 Dec 2017 23:51:14 +0000 (23:51 +0000)
committerShoaib Meenai <smeenai@fb.com>
Fri, 15 Dec 2017 23:51:14 +0000 (23:51 +0000)
commit111db7945d5699b6b7ac0160e48835aa4bbcb566
treedaa6677549d2dc454655d95d8c99f1218629df21
parent864a6edf8b3f39749fee14e6c5a913999ecf73d1
[COFF] Simplify hasArgs calls. NFC

We can just pass multiple options to hasArgs (which will check for any
of those options being present) instead of calling it multiple times.

llvm-svn: 320892
lld/COFF/Driver.cpp