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 f696ba9 commit b81fc28Copy full SHA for b81fc28
amd/comgr/test-lit/CMakeLists.txt
@@ -19,7 +19,7 @@ if (NOT DEFINED LLVM_LIT_PATH)
19
set(LLVM_LIT_PATH "${LLVM_TOOLS_BINARY_DIR}/llvm-lit")
20
endif()
21
22
-message("--LLVM_LIT_PATH: ${LLVM_LIT_PATH}")
+message("-- LLVM_LIT_PATH: ${LLVM_LIT_PATH}")
23
24
add_custom_target(test-lit COMMAND "${LLVM_LIT_PATH}"
25
"${CMAKE_CURRENT_BINARY_DIR}" -v)
0 commit comments