Skip to content

Commit 005e2e4

Browse files
committed
[Comgr][lit] Add Cmake message for llvm-lit path (llvm#646)
1 parent 5e65ffc commit 005e2e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

amd/comgr/test-lit/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ if (NOT DEFINED LLVM_LIT_PATH)
1919
set(LLVM_LIT_PATH "${LLVM_TOOLS_BINARY_DIR}/llvm-lit")
2020
endif()
2121
endif()
22+
message("--LLVM_LIT_PATH: ${LLVM_LIT_PATH}")
2223

2324
add_custom_target(test-lit COMMAND "${LLVM_LIT_PATH}"
2425
"${CMAKE_CURRENT_BINARY_DIR}" -v)

0 commit comments

Comments
 (0)