summaryrefslogtreecommitdiff
path: root/lit/lit.site.cfg.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'lit/lit.site.cfg.py.in')
-rw-r--r--lit/lit.site.cfg.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lit/lit.site.cfg.py.in b/lit/lit.site.cfg.py.in
index fbf88efcc2f5..738b25d09310 100644
--- a/lit/lit.site.cfg.py.in
+++ b/lit/lit.site.cfg.py.in
@@ -17,6 +17,7 @@ config.python_executable = "@PYTHON_EXECUTABLE@"
config.have_zlib = @LLVM_ENABLE_ZLIB@
config.host_triple = "@LLVM_HOST_TRIPLE@"
config.lldb_bitness = 64 if @LLDB_IS_64_BITS@ else 32
+config.lldb_disable_python = @LLDB_DISABLE_PYTHON@
# Support substitution of the tools and libs dirs with user parameters. This is
# used when we can't determine the tool dir at configuration time.