This is an archive of the discontinued LLVM Phabricator instance.

[mlir] use STATUS instead of CHECK_* in MLIRDetectPythonEnv.cmake
ClosedPublic

Authored by ftynse on Nov 23 2020, 4:59 AM.

Details

Summary

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.

Diff Detail

Event Timeline

ftynse created this revision.Nov 23 2020, 4:59 AM
ftynse requested review of this revision.Nov 23 2020, 4:59 AM
stellaraccident accepted this revision.Nov 24 2020, 2:21 PM
This revision is now accepted and ready to land.Nov 24 2020, 2:21 PM