[llvm] r309169 - Disable libxml on i686, because it is a 32 bit architecture and

Friedman, Eli via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 16:02:46 PDT 2017


On 7/26/2017 1:22 PM, Eric Beckmann via llvm-commits wrote:
> Author: ecbeckmann
> Date: Wed Jul 26 13:22:26 2017
> New Revision: 309169
>
> URL: http://llvm.org/viewvc/llvm-project?rev=309169&view=rev
> Log:
> Disable libxml on i686, because it is a 32 bit architecture and
> libxml2.so is for 64 bit.

This doesn't make sense.  libxml2 exists on 32-bit x86 Linux systems.

If cmake is finding the host's libxml2 rather than the target's libxml2 
when you're cross-compiling, there's something wrong with your cmake 
configuration.

-Eli

-- 
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project



More information about the llvm-commits mailing list