[PATCH] D69824: Extends the tblgen macro to allow mlir-tblgen to be installed
Mehdi Amini via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 19:36:47 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rG86c66cea21f0: Extends the tblgen macro to allow mlir-tblgen to be installed (authored by schweitz, committed by joker-eph-DISABLED).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69824/new/
https://reviews.llvm.org/D69824
Files:
llvm/cmake/modules/TableGen.cmake
Index: llvm/cmake/modules/TableGen.cmake
===================================================================
--- llvm/cmake/modules/TableGen.cmake
+++ llvm/cmake/modules/TableGen.cmake
@@ -160,7 +160,7 @@
endif()
endif()
- if (${project} STREQUAL LLVM AND NOT LLVM_INSTALL_TOOLCHAIN_ONLY AND LLVM_BUILD_UTILS)
+ if ((${project} STREQUAL LLVM OR ${project} STREQUAL MLIR) AND NOT LLVM_INSTALL_TOOLCHAIN_ONLY AND LLVM_BUILD_UTILS)
set(export_to_llvmexports)
if(${target} IN_LIST LLVM_DISTRIBUTION_COMPONENTS OR
NOT LLVM_DISTRIBUTION_COMPONENTS)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69824.230188.patch
Type: text/x-patch
Size: 574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191120/91dc8d45/attachment.bin>
More information about the llvm-commits
mailing list