[all-commits] [llvm/llvm-project] 44f7b4: Add vendor macro to "lld"

Steven Wan via All-commits all-commits at lists.llvm.org
Mon May 11 15:35:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 44f7b4024982e75dd7826a93558242d3c9f1aed8
      https://github.com/llvm/llvm-project/commit/44f7b4024982e75dd7826a93558242d3c9f1aed8
  Author: stevewan <wan.yu at ibm.com>
  Date:   2020-05-11 (Mon, 11 May 2020)

  Changed paths:
    M lld/CMakeLists.txt
    M lld/Common/Version.cpp

  Log Message:
  -----------
  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




More information about the All-commits mailing list