This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from a7dac8980 Don't use -O in lit tests. new 9ef3f4bc6 Fix some issues with LLDB's lit configuration files.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lit/Breakpoint/case-insensitive.test | 2 +- lit/Breakpoint/case-sensitive.test | 2 +- lit/ExecControl/StopHook/stop-hook-threads.test | 2 +- lit/ExecControl/StopHook/stop-hook.test | 2 +- lit/Expr/TestIRMemoryMap.test | 2 +- lit/Expr/TestIRMemoryMapWindows.test | 2 +- lit/Quit/TestQuitExitCode-30.test | 2 +- lit/Quit/TestQuitExitCode30.test | 2 +- lit/Quit/TestQuitExitCodeHexA.test | 2 +- lit/SymbolFile/DWARF/apple-index-is-used.cpp | 2 +- lit/SymbolFile/DWARF/debug-names-compressed.cpp | 2 +- lit/SymbolFile/DWARF/dwarf5-index-is-used.cpp | 2 +- lit/SymbolFile/DWARF/dwarf5-partial-index.cpp | 4 +- lit/SymbolFile/DWARF/find-basic-function.cpp | 6 +- lit/SymbolFile/DWARF/find-basic-namespace.cpp | 6 +- lit/SymbolFile/DWARF/find-basic-type.cpp | 6 +- lit/SymbolFile/DWARF/find-basic-variable.cpp | 6 +- lit/SymbolFile/DWARF/find-function-regex.cpp | 6 +- lit/SymbolFile/DWARF/find-method-local-struct.cpp | 2 +- lit/SymbolFile/DWARF/find-method.cpp | 4 +- lit/SymbolFile/DWARF/find-qualified-variable.cpp | 2 +- lit/SymbolFile/DWARF/find-type-in-function.cpp | 2 +- lit/SymbolFile/DWARF/find-variable-dwo.cpp | 4 +- lit/SymbolFile/DWARF/find-variable-file.cpp | 8 +- lit/SymbolFile/NativePDB/ast-reconstruction.cpp | 4 +- lit/SymbolFile/NativePDB/bitfields.cpp | 4 +- lit/SymbolFile/NativePDB/disassembly.cpp | 4 +- .../NativePDB/function-types-builtins.cpp | 4 +- .../NativePDB/function-types-calling-conv.cpp | 4 +- .../NativePDB/function-types-classes.cpp | 4 +- lit/SymbolFile/NativePDB/global-classes.cpp | 4 +- lit/SymbolFile/NativePDB/globals-bss.cpp | 4 +- lit/SymbolFile/NativePDB/globals-fundamental.cpp | 4 +- lit/SymbolFile/NativePDB/nested-types.cpp | 4 +- lit/SymbolFile/NativePDB/s_constant.cpp | 2 +- lit/SymbolFile/NativePDB/simple-breakpoints.cpp | 4 +- lit/SymbolFile/NativePDB/source-list.cpp | 4 +- lit/SymbolFile/NativePDB/tag-types.cpp | 4 +- lit/SymbolFile/PDB/ast-restore.test | 4 +- lit/SymbolFile/PDB/calling-conventions.test | 2 +- lit/SymbolFile/PDB/class-layout.test | 6 +- lit/SymbolFile/PDB/compilands.test | 5 +- lit/SymbolFile/PDB/enums-layout.test | 6 +- lit/SymbolFile/PDB/func-symbols.test | 8 +- lit/SymbolFile/PDB/function-level-linking.test | 2 +- lit/SymbolFile/PDB/function-nested-block.test | 2 +- lit/SymbolFile/PDB/pointers.test | 6 +- lit/SymbolFile/PDB/type-quals.test | 6 +- lit/SymbolFile/PDB/typedefs.test | 6 +- lit/SymbolFile/PDB/udt-layout.test | 5 +- lit/SymbolFile/PDB/variables-locations.test | 5 +- lit/SymbolFile/PDB/variables.test | 6 +- lit/SymbolFile/PDB/vbases.test | 5 +- .../pre_kill_hook/tests => lit/helper}/__init__.py | 0 lit/helper/toolchain.py | 104 +++++++++++++++++++++ lit/lit.cfg.py | 77 ++------------- lit/lit.site.cfg.py.in | 13 ++- .../breakpoint/break-insert-enable-pending.test | 2 +- lit/tools/lldb-mi/breakpoint/break-insert.test | 2 +- lit/tools/lldb-mi/data/data-info-line.test | 2 +- lit/tools/lldb-mi/exec/exec-continue.test | 2 +- lit/tools/lldb-mi/exec/exec-finish.test | 2 +- lit/tools/lldb-mi/exec/exec-interrupt.test | 2 +- lit/tools/lldb-mi/exec/exec-next-instruction.test | 2 +- lit/tools/lldb-mi/exec/exec-next.test | 2 +- lit/tools/lldb-mi/exec/exec-step-instruction.test | 2 +- lit/tools/lldb-mi/exec/exec-step.test | 2 +- lit/tools/lldb-mi/symbol/symbol-list-lines.test | 2 +- .../lldb-mi/target/target-select-so-path.test | 2 +- test/CMakeLists.txt | 6 ++ 70 files changed, 243 insertions(+), 189 deletions(-) copy {packages/Python/lldbsuite/pre_kill_hook/tests => lit/helper}/__init__.py (100%) create mode 100644 lit/helper/toolchain.py