[all-commits] [llvm/llvm-project] ae222d: [CMake] Fix add_subdirectory llvm builds

Sebastian Neubauer via All-commits all-commits at lists.llvm.org
Tue Jul 26 02:25:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae222dae56b9345238ae2422f449736be6264f5b
      https://github.com/llvm/llvm-project/commit/ae222dae56b9345238ae2422f449736be6264f5b
  Author: Sebastian Neubauer <Sebastian.Neubauer at amd.com>
  Date:   2022-07-26 (Tue, 26 Jul 2022)

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

  Log Message:
  -----------
  [CMake] Fix add_subdirectory llvm builds

Fixes a regression from D117973, that used CMAKE_BINARY_DIR instead of
LLVM_BINARY_DIR in some places.

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




More information about the All-commits mailing list