Add "(compatible with GNU linkers)" to the -version output.
authorRui Ueyama <ruiu@google.com>
Wed, 22 Mar 2017 18:04:57 +0000 (18:04 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 22 Mar 2017 18:04:57 +0000 (18:04 +0000)
commitbdc8bc047d48b7f2e9bfc7eb057df99056e95391
treeaac4afa2d34b3484a3f858293bb0081ca1325ba3
parent9a3f97977f388cf76161ec0c87e0a70e49caa4ec
Add "(compatible with GNU linkers)" to the -version output.

Previous output:

  $ ld.lld -version
  LLD 5.0.0

New output:

  $ ld.lld -version
  LLD 5.0.0 (compatible with GNU linkers)

Differential Revision: https://reviews.llvm.org/D31199

llvm-svn: 298532
lld/ELF/Driver.cpp
lld/test/ELF/driver.test