Update for LLVM API change to return by InputArgList directly (rather than by pointer...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 22 Jun 2015 22:06:52 +0000 (22:06 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 22 Jun 2015 22:06:52 +0000 (22:06 +0000)
commit6521ed964b3204adcd05f9ae0dd7e050405c2a34
tree072edb260b367fc78c2da996239f109e4d3b5dcb
parent008181933dc9730bcc90c54fcc0dd48474d8f820
Update for LLVM API change to return by InputArgList directly (rather than by pointer) from ParseArgs

llvm-svn: 240347
lld/COFF/Driver.cpp
lld/COFF/Driver.h
lld/COFF/DriverUtils.cpp
lld/lib/Driver/CoreDriver.cpp
lld/lib/Driver/DarwinLdDriver.cpp
lld/lib/Driver/GnuLdDriver.cpp
lld/lib/Driver/UniversalDriver.cpp
lld/lib/Driver/WinLinkDriver.cpp