From c8b00c76a1578bf52c19fc4aa6b3c3e762a9f3c4 Mon Sep 17 00:00:00 2001 From: Eric Beckmann Date: Wed, 26 Jul 2017 23:15:44 +0000 Subject: [PATCH] See if disabling libxml tests will pass the i686 bot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309229 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/lit.cfg b/test/lit.cfg index fb5005e2998..d926eba6cb4 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -552,6 +552,3 @@ 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