summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit799f55cb325dda5b5167d82d8596201c86db3875 (patch)
tree677b5f157e5faf69bb0f7cdc93b08f2cd35782cc /llvm
parentf1d1a5b4a9a05d85c6dde460a15ddac98caf7d7a (diff)
downloadbcm5719-llvm-799f55cb325dda5b5167d82d8596201c86db3875.tar.gz
bcm5719-llvm-799f55cb325dda5b5167d82d8596201c86db3875.zip
Fix lit.site.cfg.py.in after rL316123
llvm-svn: 316126
Diffstat (limited to 'llvm')
-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 a1fd0538597..19e5cd0d3c2 100644
--- a/llvm/test/lit.site.cfg.py.in
+++ b/llvm/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.
OpenPOWER on IntegriCloud