We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981cbfb commit 8c3ea28Copy full SHA for 8c3ea28
mlir/test/CMakeLists.txt
@@ -5,8 +5,8 @@ if (MLIR_ENABLE_BINDINGS_PYTHON)
5
add_subdirectory(python)
6
endif()
7
8
-# Passed to lit.site.cfg.py.so that the out of tree Standalone dialect test
9
-# 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.
10
set(MLIR_CMAKE_DIR
11
"${CMAKE_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}/cmake/mlir")
12
0 commit comments