From 08e38d6b3d89bd04a41c1a0518ef8e7217a72b38 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. llvm-svn: 309229 --- llvm/test/lit.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/test/lit.cfg b/llvm/test/lit.cfg index fb5005e..d926eba 100644 --- a/llvm/test/lit.cfg +++ b/llvm/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.7.4