This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b92cdce8d Document that LLDB_LOG macros use the format_providers. new fa16fca8c [TableGen] Move interpreter properties into a separate file (NFC) new 6b18e3b00 [TableGen] Move target properties into a separate file (NFC) new f6a07e0d4 [TableGen] Move core properties into a separate file (NFC)
The 3 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: CMakeLists.txt | 5 +- include/lldb/Core/CMakeLists.txt | 7 - source/Core/CMakeLists.txt | 12 +- source/Core/Properties.td | 118 +++++++++++++++++ source/Interpreter/CMakeLists.txt | 12 +- source/Interpreter/CommandInterpreter.cpp | 4 +- source/Interpreter/Properties.td | 28 ++++ source/Target/CMakeLists.txt | 12 +- source/Target/Platform.cpp | 8 +- source/Target/Process.cpp | 4 +- {include/lldb/Core => source/Target}/Properties.td | 147 +-------------------- source/Target/Target.cpp | 8 +- source/Target/Thread.cpp | 4 +- 13 files changed, 196 insertions(+), 173 deletions(-) delete mode 100644 include/lldb/Core/CMakeLists.txt create mode 100644 source/Core/Properties.td create mode 100644 source/Interpreter/Properties.td rename {include/lldb/Core => source/Target}/Properties.td (59%)