[all-commits] [llvm/llvm-project] 3e8de2: [MLIR] Fix MLIR_MAIN_[SRC|INCLUDE]_DIR variables

Ehud Katz via All-commits all-commits at lists.llvm.org
Sat Apr 11 23:31:00 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e8de2ed7449e92524fc1af73cc216b614346482
      https://github.com/llvm/llvm-project/commit/3e8de2ed7449e92524fc1af73cc216b614346482
  Author: Ehud Katz <ehudkatz at gmail.com>
  Date:   2020-04-12 (Sun, 12 Apr 2020)

  Changed paths:
    M mlir/CMakeLists.txt
    M mlir/cmake/modules/AddMLIR.cmake

  Log Message:
  -----------
  [MLIR] Fix MLIR_MAIN_[SRC|INCLUDE]_DIR variables

Define MLIR_MAIN_INCLUDE_DIR, as it was not set anywhere.

Set MLIR_MAIN_SRC_DIR to the actual "source directory", and not the
"include directory" (as currently set).

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




More information about the All-commits mailing list