llvm-capstone/mlir/cmake/modules
Alex Zinenko 21b346bd70 [mlir] use STATUS instead of CHECK_* in MLIRDetectPythonEnv.cmake
CHECK_* directives for message() where added in Cmake 3.17, LLVM
requires 3.14 as minimum so they may not be intepreted correctly and
just print "CHECK_*" into the message stream. Replace them with STATUS.

Reviewed By: stellaraccident

Differential Revision: https://reviews.llvm.org/D91959
2020-11-25 00:09:33 +01:00
..
AddMLIR.cmake [mlir][CAPI] Proposal: Always building a libMLIRPublicAPI.so (re-apply). 2020-11-08 16:57:51 -08:00
AddMLIRPythonExtension.cmake [mlir] Add basic support for attributes in ODS-generated Python bindings 2020-11-17 11:47:37 +01:00
CMakeLists.txt [mlir] Make translation libraries available through MLIRConfig.cmake 2020-05-28 17:39:07 +02:00
MLIRConfig.cmake.in [mlir] Make translation libraries available through MLIRConfig.cmake 2020-05-28 17:39:07 +02:00
MLIRDetectPythonEnv.cmake [mlir] use STATUS instead of CHECK_* in MLIRDetectPythonEnv.cmake 2020-11-25 00:09:33 +01:00