summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorPatrick Dougherty <patrick.dougherty.0208@gmail.com>2024-02-28 12:53:12 -0600
committerGitHub <noreply@github.com>2024-02-28 11:53:12 -0700
commit782147e82ab3e2d0e22f729ea4e54eeed7b3cb96 (patch)
treeb7ac7c4c616aac8ffcfd262f2d5433b88f0fbd47 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentb4bc19e2e6b7d0de9cb5f0578269085a76e99d3f (diff)
[CMake][LIT] Add option to run lit testsuites in parallel (#82899)
Currently `add_lit_target` sets the `USES_TERMINAL` CMake option. When using Ninja, this forces all lit testsuite targets into the single-threaded `console` pool. This PR adds a new option `LLVM_PARALLEL_LIT` which drops the `USES_TERMINAL` flag, allowing Ninja to run them in parallel. The default setting (`LLVM_PARALLEL_LIT=OFF`) retains the existing behavior of serial testsuite execution.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions