This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 019d684f7 [FileSystem] Remove `SetFileSystem` method. new 2f98420de Refactor the 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 | 4 +- lit/Breakpoint/lit.local.cfg | 1 - lit/CMakeLists.txt | 18 +- lit/Expr/TestIRMemoryMapWindows.test | 2 +- lit/Expr/lit.local.cfg | 1 - lit/Quit/lit.local.cfg | 1 - lit/Settings/lit.local.cfg | 1 - lit/SymbolFile/NativePDB/lit.local.cfg | 1 - lit/SymbolFile/PDB/ast-restore.test | 2 +- lit/SymbolFile/PDB/calling-conventions.test | 2 +- lit/SymbolFile/PDB/class-layout.test | 2 +- lit/SymbolFile/PDB/compilands.test | 2 +- lit/SymbolFile/PDB/enums-layout.test | 2 +- lit/SymbolFile/PDB/func-symbols.test | 2 +- lit/SymbolFile/PDB/function-level-linking.test | 2 +- lit/SymbolFile/PDB/function-nested-block.test | 2 +- lit/SymbolFile/PDB/lit.local.cfg | 1 - lit/SymbolFile/PDB/pointers.test | 2 +- lit/SymbolFile/PDB/type-quals.test | 2 +- lit/SymbolFile/PDB/typedefs.test | 2 +- lit/SymbolFile/PDB/udt-layout.test | 2 +- lit/SymbolFile/PDB/variables-locations.test | 2 +- lit/SymbolFile/PDB/variables.test | 2 +- lit/Unit/{lit.cfg => lit.cfg.py} | 9 + lit/Unit/{lit.site.cfg.in => lit.site.cfg.py.in} | 5 +- lit/lit.cfg | 183 --------------------- lit/lit.cfg.py | 126 ++++++++++++++ lit/{lit.site.cfg.in => lit.site.cfg.py.in} | 2 +- .../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 +- 39 files changed, 174 insertions(+), 231 deletions(-) delete mode 100644 lit/Breakpoint/lit.local.cfg delete mode 100644 lit/Expr/lit.local.cfg delete mode 100644 lit/Quit/lit.local.cfg delete mode 100644 lit/Settings/lit.local.cfg delete mode 100644 lit/SymbolFile/NativePDB/lit.local.cfg delete mode 100644 lit/SymbolFile/PDB/lit.local.cfg rename lit/Unit/{lit.cfg => lit.cfg.py} (56%) rename lit/Unit/{lit.site.cfg.in => lit.site.cfg.py.in} (94%) delete mode 100644 lit/lit.cfg create mode 100644 lit/lit.cfg.py rename lit/{lit.site.cfg.in => lit.site.cfg.py.in} (95%)