aboutsummaryrefslogtreecommitdiff
path: root/lld/test/lit.site.cfg.py.in
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-01-19 00:09:43 +0000
committerNico Weber <nicolasweber@gmx.de>2019-01-19 00:09:43 +0000
commitb166d7e72512d699fadd2a049dac2ba6a7af888e (patch)
tree96a2775bb4923243882099fb3015ff4bdf0b4729 /lld/test/lit.site.cfg.py.in
parent8e7600dc43cab3bf006e2b12d288687b2b323f1b (diff)
downloadllvm-b166d7e72512d699fadd2a049dac2ba6a7af888e.zip
llvm-b166d7e72512d699fadd2a049dac2ba6a7af888e.tar.gz
llvm-b166d7e72512d699fadd2a049dac2ba6a7af888e.tar.bz2
Use llvm_canonicalize_cmake_booleans for LLVM_LIBXML2_ENABLED [lld]
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). No intended behavior change. Differential Revision: https://reviews.llvm.org/D56912 llvm-svn: 351614
Diffstat (limited to 'lld/test/lit.site.cfg.py.in')
-rw-r--r--lld/test/lit.site.cfg.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/lit.site.cfg.py.in b/lld/test/lit.site.cfg.py.in
index 7475ac7..07ffc23 100644
--- a/lld/test/lit.site.cfg.py.in
+++ b/lld/test/lit.site.cfg.py.in
@@ -7,7 +7,7 @@ config.llvm_src_root = "@LLVM_SOURCE_DIR@"
config.llvm_obj_root = "@LLVM_BINARY_DIR@"
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
config.llvm_libs_dir = "@LLVM_LIBS_DIR@"
-config.llvm_libxml2_enabled = "@LLVM_LIBXML2_ENABLED@"
+config.llvm_libxml2_enabled = @LLVM_LIBXML2_ENABLED@
config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@"
config.lld_obj_root = "@LLD_BINARY_DIR@"
config.lld_libs_dir = "@LLVM_LIBRARY_OUTPUT_INTDIR@"