Needed change to lld for the change to createBinary() now returning Expected<...>
authorKevin Enderby <enderby@apple.com>
Wed, 6 Apr 2016 22:15:23 +0000 (22:15 +0000)
committerKevin Enderby <enderby@apple.com>
Wed, 6 Apr 2016 22:15:23 +0000 (22:15 +0000)
commit439453679caae5bd7d1e1614099d948a796ee734
tree9101e21430ede071f7ff3998d6ccf8b0361beb7a
parent3fcdf6ae2ab96646bd1984c4b7edff2cd3a62642
Needed change to lld for the change to createBinary() now returning Expected<...>

With the llvm change in r265606 this is the matching needed change to the lld
code now that createBinary() is returning Expected<...> .

llvm-svn: 265607
lld/COFF/InputFiles.cpp