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 2ab188c commit 6ea7154Copy full SHA for 6ea7154
mlir/examples/standalone/CMakeLists.txt
@@ -9,8 +9,8 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
9
find_package(MLIR REQUIRED CONFIG)
10
11
12
- # Define the default argument to use by `lit` when testing.
13
- set(LLVM_LIT_ARGS "-sv" CACHE STRING "Default options for lit")
+ # Define the default argument to use by `lit` when testing.
+ set(LLVM_LIT_ARGS "-sv" CACHE STRING "Default options for lit")
14
15
message(STATUS "Using MLIRConfig.cmake in: ${MLIR_DIR}")
16
message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")
0 commit comments