[all-commits] [llvm/llvm-project] eb4aa6: [cmake] Fix path to LLVMConfig.cmake for multi-con...

Nhat Nguyen via All-commits all-commits at lists.llvm.org
Fri Jan 13 11:33:27 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eb4aa6c7a5f22583e319aaaae3f6ee73cbc5464a
      https://github.com/llvm/llvm-project/commit/eb4aa6c7a5f22583e319aaaae3f6ee73cbc5464a
  Author: Nhat Nguyen <honguye at microsoft.com>
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
    M clang/cmake/modules/CMakeLists.txt
    M flang/cmake/modules/CMakeLists.txt
    M lld/cmake/modules/CMakeLists.txt
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/CMakeLists.txt
    M mlir/cmake/modules/CMakeLists.txt
    M polly/cmake/CMakeLists.txt

  Log Message:
  -----------
  [cmake] Fix path to LLVMConfig.cmake for multi-config builds

D139623 replaces CMAKE_CFG_INTDIR
with '.' for multi-config builds. However, this change has
not been reflected in mlir, flang, polly, lld, and clang.
The patch updates the path to LLVMConfig.cmake for those
projects.

Reviewed By: sebastian-ne

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




More information about the All-commits mailing list