Skip to content

Commit 45ebc24

Browse files
lamb-jdavid-salinas
authored andcommitted
[Comgr] Turn LIT tests back on
With updated ubuntu base image, LIT tests can pass
1 parent 2d1c17a commit 45ebc24

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

amd/comgr/test-lit/CMakeLists.txt

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

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

3027
macro(add_comgr_lit_binary name lang)

0 commit comments

Comments
 (0)