Remove clang-specific libxml2 check from CMake
authorAlp Toker <alp@nuanti.com>
Fri, 6 Jun 2014 05:08:42 +0000 (05:08 +0000)
committerAlp Toker <alp@nuanti.com>
Fri, 6 Jun 2014 05:08:42 +0000 (05:08 +0000)
commitdc4c7fb098fad30eee389dd95b12bf6f86dd67d1
tree70c7357f3dde9b7a369a12a6ad6b428db551b27a
parent6eba708537c75b8e5a23e86ae643a7ae0bc72cf7
Remove clang-specific libxml2 check from CMake

clang's own CMake setup handles this as of r210308.

The CMAKE_CROSSCOMPILING special-case will no longer be hard-coded. This was
clearly site-specific to someone's local configuration and should be passed in
at configure time if needed with e.g. -DLIBXML2_LIBRARIES=... (the libxml2
target I tried here doesn't even support liblzma so it's *way* off).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210309 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/config-ix.cmake