summaryrefslogtreecommitdiff
path: root/test/lit.site.cfg.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit.site.cfg.py.in')
-rw-r--r--test/lit.site.cfg.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.site.cfg.py.in b/test/lit.site.cfg.py.in
index a1fd0538597..19e5cd0d3c2 100644
--- a/test/lit.site.cfg.py.in
+++ b/test/lit.site.cfg.py.in
@@ -41,7 +41,7 @@ config.have_dia_sdk = @LLVM_ENABLE_DIA_SDK@
config.enable_ffi = @LLVM_ENABLE_FFI@
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@"
# Support substitution of the tools_dir with user parameters. This is
# used when we can't determine the tool dir at configuration time.