Fix error message.
authorRui Ueyama <ruiu@google.com>
Tue, 18 Dec 2018 23:33:10 +0000 (23:33 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 18 Dec 2018 23:33:10 +0000 (23:33 +0000)
commit596180964012b05659409f56bc882bebb47224a1
treeaa8f436dd41f9adc3c29b2c611fabaf9ba50f5ab
parentf5ffa1a67ceaac391f9d49a0f1182fced433b0f1
Fix error message.

Previously, this code printed out an error message like this

  ld.lld: error: --reproduce: failed to open /foo: cannot open /foo

Apparently "failed to open /foo:" part is redundant.

llvm-svn: 349571
lld/ELF/Driver.cpp