[all-commits] [llvm/llvm-project] 21b346: [mlir] use STATUS instead of CHECK_* in MLIRDetect...
ftynse via All-commits
all-commits at lists.llvm.org
Tue Nov 24 15:09:55 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 21b346bd70baa8e69d60988cc41cfd7b6ec98dfc
https://github.com/llvm/llvm-project/commit/21b346bd70baa8e69d60988cc41cfd7b6ec98dfc
Author: Alex Zinenko <zinenko at google.com>
Date: 2020-11-25 (Wed, 25 Nov 2020)
Changed paths:
M mlir/cmake/modules/MLIRDetectPythonEnv.cmake
Log Message:
-----------
[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
More information about the All-commits
mailing list