From: Eric Beckmann Date: Thu, 27 Jul 2017 01:11:53 +0000 (+0000) Subject: Re-enable libxml2 tests. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b99edc0850f8c2fd8264ed79d0e654c6c0b5a342;p=llvm Re-enable libxml2 tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309241 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/lit.cfg b/test/lit.cfg index d926eba6cb4..fb5005e2998 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -552,3 +552,6 @@ if config.have_libxar: if config.enable_abi_breaking_checks == "1": config.available_features.add('abi-breaking-checks') + +if config.llvm_libxml2_enabled == "1": + config.available_features.add('libxml2')