diff options
author | Eric Beckmann <ecbeckmann@google.com> | 2017-07-26 23:15:44 +0000 |
---|---|---|
committer | Eric Beckmann <ecbeckmann@google.com> | 2017-07-26 23:15:44 +0000 |
commit | 08e38d6b3d89bd04a41c1a0518ef8e7217a72b38 (patch) | |
tree | 44f9498e5ab12e53edb0feaded6cc7abacd58dd5 | |
parent | e1b48e099cbba2570576658e95e92a47a93495e2 (diff) | |
download | bcm5719-llvm-08e38d6b3d89bd04a41c1a0518ef8e7217a72b38.tar.gz bcm5719-llvm-08e38d6b3d89bd04a41c1a0518ef8e7217a72b38.zip |
See if disabling libxml tests will pass the i686 bot.
llvm-svn: 309229
-rw-r--r-- | llvm/test/lit.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/lit.cfg b/llvm/test/lit.cfg index fb5005e2998..d926eba6cb4 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') |