You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
480 B
14 lines
480 B
Index: tools/clang/CMakeLists.txt |
|
--- tools/clang/CMakeLists.txt.orig 2018-03-08 17:16:12.607860000 +0100 |
|
+++ tools/clang/CMakeLists.txt 2018-03-08 17:39:14.822765000 +0100 |
|
@@ -188,10 +188,6 @@ |
|
# code may call MSan interceptors like strlen, leading to false positives. |
|
if(NOT LLVM_USE_SANITIZER MATCHES "Memory.*") |
|
set (LIBXML2_FOUND 0) |
|
- find_package(LibXml2 2.5.3 QUIET) |
|
- if (LIBXML2_FOUND) |
|
- set(CLANG_HAVE_LIBXML 1) |
|
- endif() |
|
endif() |
|
|
|
include(CheckIncludeFile)
|
|
|