[all-commits] [llvm/llvm-project] cde071: [mlir] Update mlir/CMakeLists.txt to install *.td ...

Kern Handa via All-commits all-commits at lists.llvm.org
Sun Dec 29 09:13:36 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cde071c4bfb78ee8fe34f7c4f4cead7869b26a76
      https://github.com/llvm/llvm-project/commit/cde071c4bfb78ee8fe34f7c4f4cead7869b26a76
  Author: Kern Handa <kern.handa at gmail.com>
  Date:   2019-12-29 (Sun, 29 Dec 2019)

  Changed paths:
    M mlir/CMakeLists.txt

  Log Message:
  -----------
  [mlir] Update mlir/CMakeLists.txt to install *.td files

Currently when you build the `install` target, TableGen files don't get
installed.

TableGen files are needed when authoring new MLIR dialects, but right
now they're missing when using the pre-built binaries.

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




More information about the All-commits mailing list