llvm-project/mlir/cmake/modules
Stella Laurenzo 2aa6d56dce Restore Python install behavior from before D128230.
In D128230, we accidentally moved the install for Python sources outside of the loop, having one install() per group of files. While it would be nice if we could do this, it means that we flatten the relative directory tree and every source ends up in the root. The right way to do this is to use FILE_SETS, which preserve the relative directory tree, but they are not available until CMake 3.23.

Differential Revision: https://reviews.llvm.org/D129434
2022-07-09 19:22:51 -07:00
..
AddMLIR.cmake [mlir][pdll] Add new tablegen helper NFC 2022-06-23 05:31:32 -07:00
AddMLIRPython.cmake Restore Python install behavior from before D128230. 2022-07-09 19:22:51 -07:00
CMakeLists.txt [mlir][PDLL] Add support for generating PDL patterns from PDLL at build time 2022-04-26 18:33:16 -07:00
MLIRConfig.cmake.in [mlir][PDLL] Add support for generating PDL patterns from PDLL at build time 2022-04-26 18:33:16 -07:00
MLIRDetectPythonEnv.cmake [MLIR] [CMake/Python] Fix ignored Python3_EXECUTABLE 2022-03-10 07:43:43 -08:00