[cfe-dev] Failure building x86_64-w64-mingw32 triplet of clang on Windows

Ismail Donmez via cfe-dev cfe-dev at lists.llvm.org
Wed Jun 15 06:26:41 PDT 2016


On Wed, Jun 15, 2016 at 4:24 PM, Edward Diener via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> On 6/15/2016 2:25 AM, Yaron Keren via cfe-dev wrote:
>>
>> clang calls CMake find_package(libxml2) to find libxml2.

You need to work on your grep skills :)

tools/clang/CMakeLists.txt
171:find_package(LibXml2 2.5.3 QUIET)
172:if (LIBXML2_FOUND)

ismail



More information about the cfe-dev mailing list