summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorChris Bieneman <chris.bieneman@me.com>2022-10-18 09:50:24 -0500
committerChris Bieneman <chris.bieneman@me.com>2022-10-18 10:04:34 -0500
commita4b010034f57b428acb3a57a767366eb40816173 (patch)
treeb5f30726402d9175cb53061b64872ed507455acb /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent933e7e2393060da0dc0f19488ef9829bfcb02085 (diff)
[llvm-config] Make tests more resiliant
In some modes llvm-config issues an error if a requested library is not available on the system. The in-tree lit tests do not add explicit dependencies on all component libraries, instead relying on the transitive dependencies of tools and other libraries. This can result in some configurations where a component library may not be used by any of the test dependencies, so it may not be generated before the tests run. This occurs when optional components of the LLVM build are excluded, or not included. In the case where a component library is not generated two test caess are currently failing. One which tests the shared library boolean flag, and one which tests the system library requirements. Neither test require the full set of LLVM libraries to be specifed, so in both cases I've limited the requested library set to Support to make the tests more robust.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions