summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenTBAA.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-03-14 18:23:07 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-03-14 18:23:07 +0000
commiteb4592b18d00ceb60b106a77bb74b4bb0ee7b5c9 (patch)
tree1ca18e18abbc38b30bc8d1c5d3dd1d6f25c523cb /clang/lib/CodeGen/CodeGenTBAA.cpp
parent6efab6eed778a637065a3358fcacd72113358871 (diff)
downloadbcm5719-llvm-eb4592b18d00ceb60b106a77bb74b4bb0ee7b5c9.tar.gz
bcm5719-llvm-eb4592b18d00ceb60b106a77bb74b4bb0ee7b5c9.zip
build: fix libxml2 detection via CMake
libxml2's include path was unconditionally set to /usr/include/libxml2. This would work previously, however, Mavericks removed the /usr/include directory. Since LLDB already requires clang, which via LLVM's build infrastructure searches for libxml2, we have a proper include path for libxml2. If LIBXML2_FOUND is set, do not touch the libxml2 search path. Instead, allow the clang's definition to propagate throughout the LLVM build. Otherwise, switch to find_package(LibXml2) as clang does. This will ensure that the correct path is used for libxml2 irrespective of the platform. Furthermore, treat libxml2 as a system provided library. It is not part of the LLVM source base so it is of little value to enable all warnings on its headers. This unifies the treatment of libxml2 across clang and LLDB. llvm-svn: 203955
Diffstat (limited to 'clang/lib/CodeGen/CodeGenTBAA.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud