This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 1ab2925ca Add a test to verify that lldb can load a kext binary. new fc122934c [windows] Fix two minor bugs on Windows new b8d248d06 [lit] Add a generic build script with a lit substitution.
The 2 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/SymbolFile/NativePDB/ast-reconstruction.cpp | 3 +- lit/SymbolFile/NativePDB/bitfields.cpp | 3 +- lit/SymbolFile/NativePDB/disassembly.cpp | 19 +- .../NativePDB/function-types-builtins.cpp | 3 +- .../NativePDB/function-types-calling-conv.cpp | 3 +- .../NativePDB/function-types-classes.cpp | 3 +- lit/SymbolFile/NativePDB/global-classes.cpp | 3 +- lit/SymbolFile/NativePDB/globals-bss.cpp | 3 +- lit/SymbolFile/NativePDB/globals-fundamental.cpp | 3 +- lit/SymbolFile/NativePDB/nested-types.cpp | 3 +- lit/SymbolFile/NativePDB/s_constant.cpp | 2 +- lit/SymbolFile/NativePDB/simple-breakpoints.cpp | 17 +- lit/SymbolFile/NativePDB/source-list.cpp | 29 +- lit/SymbolFile/NativePDB/tag-types.cpp | 3 +- lit/helper/build.py | 644 +++++++++++++++++++++ lit/helper/toolchain.py | 15 +- .../Process/Windows/Common/ProcessWindows.cpp | 4 +- .../Windows/Common/RegisterContextWindows.cpp | 7 +- 18 files changed, 706 insertions(+), 61 deletions(-) create mode 100644 lit/helper/build.py