Fix CMake configuration after introduction of LICM and LoopLikeInterface
authorMehdi Amini <aminim@google.com>
Wed, 16 Oct 2019 15:36:51 +0000 (08:36 -0700)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 16 Oct 2019 15:37:39 +0000 (08:37 -0700)
commitf1f9e3b8d18f305fd5eea2f209e323772f3ba76d
tree40eb42df495e646394bdb77efc25cfee3dee11c4
parent2c533e29c23cea23dc4d38c60f5e207d1848b1c9
Fix CMake configuration after introduction of LICM and LoopLikeInterface

b843cc5d5a introduced a new op LICM transformation and a LoopLike interface,
but missed the CMake aspects of it. This should fix the build.

PiperOrigin-RevId: 275038533
mlir/include/mlir/CMakeLists.txt
mlir/include/mlir/Transforms/CMakeLists.txt [new file with mode: 0644]
mlir/lib/Dialect/AffineOps/CMakeLists.txt
mlir/lib/Dialect/LoopOps/CMakeLists.txt
mlir/lib/Transforms/CMakeLists.txt