From b99edc0850f8c2fd8264ed79d0e654c6c0b5a342 Mon Sep 17 00:00:00 2001 From: Eric Beckmann Date: Thu, 27 Jul 2017 01:11:53 +0000 Subject: [PATCH] Re-enable libxml2 tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309241 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.cfg | 3 +++ 1 file changed, 3 insertions(+) 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') -- 2.50.1