[Mlir-commits] [mlir] 8c3ea28 - [MLIR] NFC: improve comment about MLIR_CMAKE_DIR.

Christian Sigg llvmlistbot at llvm.org
Sun Sep 18 22:47:02 PDT 2022


Author: Christian Sigg
Date: 2022-09-19T07:46:21+02:00
New Revision: 8c3ea28f1816a01db206ccaf47590b08215316c2

URL: https://github.com/llvm/llvm-project/commit/8c3ea28f1816a01db206ccaf47590b08215316c2
DIFF: https://github.com/llvm/llvm-project/commit/8c3ea28f1816a01db206ccaf47590b08215316c2.diff

LOG: [MLIR] NFC: improve comment about MLIR_CMAKE_DIR.

Added: 
    

Modified: 
    mlir/test/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/test/CMakeLists.txt b/mlir/test/CMakeLists.txt
index 0d07078acb80..e078cc374512 100644
--- a/mlir/test/CMakeLists.txt
+++ b/mlir/test/CMakeLists.txt
@@ -5,8 +5,8 @@ if (MLIR_ENABLE_BINDINGS_PYTHON)
   add_subdirectory(python)
 endif()
 
-# Passed to lit.site.cfg.py.so that the out of tree Standalone dialect test
-# can find MLIR's CMake configuration
+# Provide the MLIR CMake module dir so that the out of tree Standalone
+# dialect and can add it to the module path.
 set(MLIR_CMAKE_DIR
   "${CMAKE_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}/cmake/mlir")
 


        


More information about the Mlir-commits mailing list