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.
2 parents fbc3f7b + b81fc28 commit f8ae24aCopy full SHA for f8ae24a
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