See if disabling libxml tests will pass the i686 bot.
authorEric Beckmann <ecbeckmann@google.com>
Wed, 26 Jul 2017 23:15:44 +0000 (23:15 +0000)
committerEric Beckmann <ecbeckmann@google.com>
Wed, 26 Jul 2017 23:15:44 +0000 (23:15 +0000)
llvm-svn: 309229

llvm/test/lit.cfg

index fb5005e..d926eba 100644 (file)
@@ -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')