llvm/mlir/cmake/modules
Stella Laurenzo b4626f22de [mlir] Do not use an empty source file when building aggregate libraries.
See discussion: https://discourse.llvm.org/t/check-mlir-times-examples-standalone-testing-time/6073/7

It turns out that it has been legal since CMake 3.11 to omit sources at library creation time if they are added later via target_sources, as is done here. This side-steps the issue of having a file that changes and invalidates the build of leaves.

Differential Revision: https://reviews.llvm.org/D119069
2022-02-05 23:06:28 -08:00
..
AddMLIR.cmake [mlir] Do not use an empty source file when building aggregate libraries. 2022-02-05 23:06:28 -08:00
AddMLIRPython.cmake
CMakeLists.txt [mlir][cmake] Use GNUInstallDirs to support custom installation dirs 2022-01-19 17:11:04 +00:00
MLIRConfig.cmake.in [mlir] Configure mlir so that it can be directly included in a parent cmakelists.txt 2022-01-19 12:02:22 -08:00
MLIRDetectPythonEnv.cmake [MLIR] Workaround for python detection problems. 2022-01-27 13:32:29 -08:00