[all-commits] [llvm/llvm-project] 4e4ab8: [clang] Limit scope of CLANG_VENDOR definition

Shoaib Meenai via All-commits all-commits at lists.llvm.org
Mon Nov 2 09:05:20 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4e4ab8e0152b42baef5e5a1e2484d865e1a57e90
      https://github.com/llvm/llvm-project/commit/4e4ab8e0152b42baef5e5a1e2484d865e1a57e90
  Author: Shoaib Meenai <smeenai at fb.com>
  Date:   2020-11-02 (Mon, 02 Nov 2020)

  Changed paths:
    M clang/CMakeLists.txt
    M clang/lib/Basic/CMakeLists.txt

  Log Message:
  -----------
  [clang] Limit scope of CLANG_VENDOR definition

It's only used by Version.cpp, so limit the definition to just that one
file instead of making all of Clang recompile if you change CLANG_VENDOR.

Reviewed By: phosek

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


  Commit: 6bd01b8184de93979756331c71af69b422f71103
      https://github.com/llvm/llvm-project/commit/6bd01b8184de93979756331c71af69b422f71103
  Author: Shoaib Meenai <smeenai at fb.com>
  Date:   2020-11-02 (Mon, 02 Nov 2020)

  Changed paths:
    M clang-tools-extra/clangd/test/log.test

  Log Message:
  -----------
  [clangd] Account for vendor in version string

The vendor will be prefixed to the "clangd" and can be an arbitrary
string, so account for it in the test.

Reviewed By: sammccall

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


Compare: https://github.com/llvm/llvm-project/compare/7f32ddc99b30...6bd01b8184de


More information about the All-commits mailing list