[Lldb-commits] [PATCH] D72290: [lldb/CMake] Use LLDB's autodetection logic for libxml2
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 7 00:45:32 PST 2020
labath added inline comments.
================
Comment at: lldb/cmake/modules/FindLibXml28.cmake:14
+ if (APPLE)
+ set(LIBXML2_LIBRARIES xml2)
+ endif()
----------------
Why is this under `if(APPLE)` ?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72290/new/
https://reviews.llvm.org/D72290
More information about the lldb-commits
mailing list