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

Alex Zinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 29 09:14:45 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rGcde071c4bfb7: [mlir] Update mlir/CMakeLists.txt to install *.td files (authored by kernhanda, committed by ftynse).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71958/new/

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.235508.patch
Type: text/x-patch
Size: 277 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191229/133c641c/attachment.bin>


More information about the llvm-commits mailing list