summaryrefslogtreecommitdiff
path: root/test/lit.site.cfg.py.in
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2017-10-18 20:46:05 +0000
committerSam Clegg <sbc@chromium.org>2017-10-18 20:46:05 +0000
commit1691560659ecc6bee198b1fd2ab11119d23188ed (patch)
treed369e6f0bd804fd56e9f9f7f35526807c9d59cd8 /test/lit.site.cfg.py.in
parenta7b3e22281adfd5ed4d4c4992d08f31d97a590bc (diff)
Fix lit.site.cfg.py.in after rL316123
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316126 91177308-0d34-0410-b5e6-96231b3b80d8
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.