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 acd22f5 commit eff8c09Copy full SHA for eff8c09
amd/comgr/test-lit/CMakeLists.txt
@@ -19,6 +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}")
23
24
add_custom_target(test-lit COMMAND "${LLVM_LIT_PATH}"
25
"${CMAKE_CURRENT_BINARY_DIR}" -v)
0 commit comments