llvm-project/mlir/cmake/modules
Uday Bondhugula 9c21ddb70a [MLIR] Make MLIR cmake variable names consistent
Fix inconsistent MLIR CMake variable names. Consistently name them as
MLIR_ENABLE_<feature>.

Eg: MLIR_CUDA_RUNNER_ENABLED -> MLIR_ENABLE_CUDA_RUNNER

MLIR follows (or has mostly followed) the convention of naming
cmake enabling variables in the from MLIR_ENABLE_... etc. Using a
convention here is easy and also important for convenience. A counter
pattern was started with variables named MLIR_..._ENABLED. This led to a
sequence of related counter patterns: MLIR_CUDA_RUNNER_ENABLED,
MLIR_ROCM_RUNNER_ENABLED, etc.. From a naming standpoint, the imperative
form is more meaningful. Additional discussion at:
https://llvm.discourse.group/t/mlir-cmake-enable-variable-naming-convention/3520

Switch all inconsistent ones to the ENABLE form. Keep the couple of old
mappings needed until buildbot config is migrated.

Differential Revision: https://reviews.llvm.org/D102976
2021-05-24 08:43:10 +05:30
..
AddMLIR.cmake [cmake] Add support for multiple distributions 2021-05-12 11:13:18 -07:00
AddMLIRPython.cmake [MLIR] Make MLIR cmake variable names consistent 2021-05-24 08:43:10 +05:30
CMakeLists.txt [cmake] Add support for multiple distributions 2021-05-12 11:13:18 -07:00
MLIRConfig.cmake.in [cmake] Add support for multiple distributions 2021-05-12 11:13:18 -07:00
MLIRDetectPythonEnv.cmake [mlir] use STATUS instead of CHECK_* in MLIRDetectPythonEnv.cmake 2020-11-25 00:09:33 +01:00