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 5e65ffc commit 005e2e4Copy full SHA for 005e2e4
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