[all-commits] [llvm/llvm-project] 03078e: Remove include_directories() from cmake `mlir_tabl...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Sun Mar 13 21:36:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 03078ec20b12605fd4dfd9fe9c98a26c9d2286d7
      https://github.com/llvm/llvm-project/commit/03078ec20b12605fd4dfd9fe9c98a26c9d2286d7
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2022-03-14 (Mon, 14 Mar 2022)

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

  Log Message:
  -----------
  Remove include_directories() from cmake `mlir_tablegen()` function (NFC)

This is present since the beginning, but does not seem needed by any
in-tree target right now. This seems like the kind of thing to populate
by the caller if needed.

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




More information about the All-commits mailing list