diff --git a/mlir/lib/Target/LLVM/CMakeLists.txt b/mlir/lib/Target/LLVM/CMakeLists.txt index f9e02bbba9117..bd1d66d1e43af 100644 --- a/mlir/lib/Target/LLVM/CMakeLists.txt +++ b/mlir/lib/Target/LLVM/CMakeLists.txt @@ -243,7 +243,7 @@ if (NOT LLVM_BUILD_LLVM_DYLIB) set(MLIR_XEVM_OCLOC_LIB_AVAILABLE 1) else() set(MLIR_XEVM_OCLOC_LIB_AVAILABLE 0) - message(WARNING "ocloc not found, MLIRXeVMTarget will not be able to use ocloc for native binary compilation.") + message(STATUS "ocloc not found, MLIRXeVMTarget will not be able to use ocloc for native binary compilation.") endif() else() set(MLIR_XEVM_OCLOC_LIB_AVAILABLE 0)