summaryrefslogtreecommitdiffstats
path: root/llvm/test/lit.site.cfg.py.in
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-01-19 00:10:54 +0000
committerNico Weber <nicolasweber@gmx.de>2019-01-19 00:10:54 +0000
commit63fd07ce07bd700f009edd232db122d2aade895b (patch)
tree0da4f171b8f123d129bc9410ebcb5c00ad305720 /llvm/test/lit.site.cfg.py.in
parentb166d7e72512d699fadd2a049dac2ba6a7af888e (diff)
downloadbcm5719-llvm-63fd07ce07bd700f009edd232db122d2aade895b.tar.gz
bcm5719-llvm-63fd07ce07bd700f009edd232db122d2aade895b.zip
Use llvm_canonicalize_cmake_booleans for LLVM_LIBXML2_ENABLED [llvm]
r291284 added a nice mechanism to consistently pass CMake on/off toggles to lit. This change uses it for LLVM_LIBXML2_ENABLED too (which was added around the same time and doesn't use the new system yet). Also alphabetically sort the list passed to llvm_canonicalize_cmake_booleans() in llvm/test/CMakeLists.txt. No intended behavior change. Differential Revision: https://reviews.llvm.org/D56912 llvm-svn: 351615
Diffstat (limited to 'llvm/test/lit.site.cfg.py.in')
-rw-r--r--llvm/test/lit.site.cfg.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/lit.site.cfg.py.in b/llvm/test/lit.site.cfg.py.in
index b8bfc1bd364..62c90b7c66b 100644
--- a/llvm/test/lit.site.cfg.py.in
+++ b/llvm/test/lit.site.cfg.py.in
@@ -39,7 +39,7 @@ config.enable_ffi = @LLVM_ENABLE_FFI@
config.enable_threads = @LLVM_ENABLE_THREADS@
config.build_shared_libs = @BUILD_SHARED_LIBS@
config.link_llvm_dylib = @LLVM_LINK_LLVM_DYLIB@
-config.llvm_libxml2_enabled = "@LLVM_LIBXML2_ENABLED@"
+config.llvm_libxml2_enabled = @LLVM_LIBXML2_ENABLED@
config.llvm_host_triple = '@LLVM_HOST_TRIPLE@'
config.host_arch = "@HOST_ARCH@"
config.have_opt_viewer_modules = @LLVM_HAVE_OPT_VIEWER_MODULES@
OpenPOWER on IntegriCloud