]> granicus.if.org Git - llvm/commitdiff
Correctly enable the llvm-mt tests, now that build flags changed.
authorEric Beckmann <ecbeckmann@google.com>
Wed, 26 Jul 2017 16:35:44 +0000 (16:35 +0000)
committerEric Beckmann <ecbeckmann@google.com>
Wed, 26 Jul 2017 16:35:44 +0000 (16:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309134 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg
test/lit.site.cfg.in

index 1cb8896e0a5645f92c2006b2e727e1788a8f71b2..fb5005e2998263a2ebdd5230646f1b4f3d94c339 100644 (file)
@@ -553,5 +553,5 @@ if config.have_libxar:
 if config.enable_abi_breaking_checks == "1":
     config.available_features.add('abi-breaking-checks')
 
-if config.llvm_disable_libxml2 == "OFF" and config.have_libxml2 == "TRUE":
+if config.llvm_libxml2_enabled == "1":
     config.available_features.add('libxml2')
index 67683d793aa52e32f0f4b040784433fffd32c039..6de225ecc587e447fe0dc140303029fb67704c4f 100644 (file)
@@ -40,8 +40,7 @@ config.have_libxar = @HAVE_LIBXAR@
 config.have_dia_sdk = @LLVM_ENABLE_DIA_SDK@
 config.enable_ffi = @LLVM_ENABLE_FFI@
 config.build_shared_libs = @BUILD_SHARED_LIBS@
-config.llvm_disable_libxml2 = "@LLVM_DISABLE_LIBXML2@"
-config.have_libxml2 = "@LIBXML2_FOUND@"
+config.llvm_libxml2_enabled = "@LLVM_LIBXML2_ENABLED@"
 
 # Support substitution of the tools_dir with user parameters. This is
 # used when we can't determine the tool dir at configuration time.