Extends the tblgen macro to allow mlir-tblgen to be installed
authorEric Schweitz <eric.schweitz@pgroup.com>
Wed, 20 Nov 2019 03:28:12 +0000 (19:28 -0800)
committerMehdi Amini <aminim@google.com>
Wed, 20 Nov 2019 03:28:58 +0000 (19:28 -0800)
commit86c66cea21f065a1f757cb072c544f89ce227284
tree48173752670a2bed53abbe1721c14bacbb1b3514
parent905985435500da01266329701c4a22f353fb7959
Extends the tblgen macro to allow mlir-tblgen to be installed

The mlir-tblgen tool was not getting installed.  This change allows
the MLIR project to be installed along with llvm-tblgen.

Differential Revision: https://reviews.llvm.org/D69824
llvm/cmake/modules/TableGen.cmake