[PATCH] D71958: Update mlir/CMakeLists.txt to install *.td files

Kern Handa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 28 02:33:34 PST 2019


kernhanda created this revision.
kernhanda added reviewers: schweitz, mehdi_amini, jpienaar.
Herald added subscribers: llvm-commits, antiagainst, shauheen, burmako, rriddle, mgorny.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71958

Files:
  mlir/CMakeLists.txt


Index: mlir/CMakeLists.txt
===================================================================
--- mlir/CMakeLists.txt
+++ mlir/CMakeLists.txt
@@ -86,6 +86,7 @@
     FILES_MATCHING
     PATTERN "*.h"
     PATTERN "*.inc"
+    PATTERN "*.td"
     PATTERN "LICENSE.TXT"
     )
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71958.235468.patch
Type: text/x-patch
Size: 277 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191228/e6efc714/attachment-0001.bin>


More information about the llvm-commits mailing list