Add vendor macro to "lld"
authorstevewan <wan.yu@ibm.com>
Mon, 11 May 2020 22:33:55 +0000 (18:33 -0400)
committerSteven Wan <wanyu9511@gmail.com>
Mon, 11 May 2020 22:35:11 +0000 (18:35 -0400)
commit44f7b4024982e75dd7826a93558242d3c9f1aed8
tree7347d0ccdbd116d8071a27f4ef62773869ce1d30
parent8d7796cf9427a0c361a5831e4371ff030b98dfac
Add vendor macro to "lld"

Summary:
Add the vendor macro to "lld" for extended version output support,
such that it's able to print additional version info. This is
consistent with the Clang and LLVM version printer, and the
additional version message can be provided via PACKAGE_VENDOR.

Reviewers: hubert.reinterpretcast, kbarton, cebowleratibm, rzurob, ruiu

Reviewed By: hubert.reinterpretcast

Subscribers: emaste, mgorny, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D79026
lld/CMakeLists.txt
lld/Common/Version.cpp