[all-commits] [llvm/llvm-project] 0a832b: [config] Remove LLVM_DEFAULT_TARGET_TRILE from con...

Reid Kleckner via All-commits all-commits at lists.llvm.org
Fri Jun 3 10:15:58 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a832ba5c2ef01e91e4e79b2681b95b7dab18ead
      https://github.com/llvm/llvm-project/commit/0a832ba5c2ef01e91e4e79b2681b95b7dab18ead
  Author: Reid Kleckner <rnk at google.com>
  Date:   2022-06-03 (Fri, 03 Jun 2022)

  Changed paths:
    M llvm/include/llvm/Config/config.h.cmake
    M llvm/include/llvm/Config/llvm-config.h.cmake
    M llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn

  Log Message:
  -----------
  [config] Remove LLVM_DEFAULT_TARGET_TRILE from config.h

It is redundant with llvm-config.h, which is always included by
config.h.

Port D12660 / d178f4fc895b432008fcd8a0a49a13d951fecfe4 from config.h to
llvm-config.h.

Update the gn build accordingly.

NFCI




More information about the All-commits mailing list