Skip to content

Commit 03b6e54

Browse files
authored
disable comgr lit due to build-infra (llvm#3076)
2 parents a3d0e5f + c1a4a7a commit 03b6e54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

amd/comgr/test-lit/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ if (NOT DEFINED LLVM_LIT_PATH)
2121
endif()
2222
message("--LLVM_LIT_PATH: ${LLVM_LIT_PATH}")
2323

24-
add_custom_target(test-lit COMMAND "${LLVM_LIT_PATH}"
24+
# 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}"
2528
"${CMAKE_CURRENT_BINARY_DIR}" -v)
2629

2730
macro(add_comgr_lit_binary name)

0 commit comments

Comments
 (0)