Skip to content

Commit 27c4a2a

Browse files
committed
Debug
1 parent 386a03b commit 27c4a2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/cmake/config-ix.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ if(LLVM_ENABLE_LIBXML2)
218218
if(LibXml2_FOUND)
219219
# Check if libxml2 we found is usable; for example, we may have found a 32-bit
220220
# library on a 64-bit system which would result in a link-time failure.
221+
message("LIBRARIES: ${LIBXML2_LIBRARIES"}")
221222
cmake_push_check_state()
222223
list(APPEND CMAKE_REQUIRED_INCLUDES ${LIBXML2_INCLUDE_DIRS})
223224
list(APPEND CMAKE_REQUIRED_LIBRARIES ${LIBXML2_LIBRARIES})

0 commit comments

Comments
 (0)