See if disabling libxml tests will pass the i686 bot.

llvm-svn: 309229
This commit is contained in:
Eric Beckmann 2017-07-26 23:15:44 +00:00
parent e1b48e099c
commit 08e38d6b3d
1 changed files with 0 additions and 3 deletions

View File

@ -552,6 +552,3 @@ if config.have_libxar:
if config.enable_abi_breaking_checks == "1": if config.enable_abi_breaking_checks == "1":
config.available_features.add('abi-breaking-checks') config.available_features.add('abi-breaking-checks')
if config.llvm_libxml2_enabled == "1":
config.available_features.add('libxml2')