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 4e94f90 commit a1b05d5Copy full SHA for a1b05d5
amd/comgr/test-lit/CMakeLists.txt
@@ -21,7 +21,10 @@ if (NOT DEFINED LLVM_LIT_PATH)
21
endif()
22
message("-- LLVM_LIT_PATH: ${LLVM_LIT_PATH}")
23
24
-add_custom_target(test-lit COMMAND "${LLVM_LIT_PATH}"
+# TODO: Re-enable target once nPSDB issue with llvm-lit is fixed
25
+#add_custom_target(test-lit COMMAND "${LLVM_LIT_PATH}"
26
+# "${CMAKE_CURRENT_BINARY_DIR}" -v)
27
+add_custom_target(test-lit COMMAND echo "${LLVM_LIT_PATH}"
28
"${CMAKE_CURRENT_BINARY_DIR}" -v)
29
30
macro(add_comgr_lit_binary name lang)
0 commit comments