Skip to content

Commit 8c3ea28

Browse files
committed
[MLIR] NFC: improve comment about MLIR_CMAKE_DIR.
1 parent 981cbfb commit 8c3ea28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ if (MLIR_ENABLE_BINDINGS_PYTHON)
55
add_subdirectory(python)
66
endif()
77

8-
# Passed to lit.site.cfg.py.so that the out of tree Standalone dialect test
9-
# can find MLIR's CMake configuration
8+
# Provide the MLIR CMake module dir so that the out of tree Standalone
9+
# dialect and can add it to the module path.
1010
set(MLIR_CMAKE_DIR
1111
"${CMAKE_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}/cmake/mlir")
1212

0 commit comments

Comments
 (0)