This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from baea95d4a [testsuite] Remove workaround for categories and inline tests. new f577c4eb9 Make the clang module cache setting available without a target
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: include/lldb/Core/ModuleList.h | 13 ++++- include/lldb/Target/Target.h | 2 - .../objc/modules-cache}/Makefile | 2 +- .../objc/modules-cache/TestClangModulesCache.py | 40 ++++++++++++++ .../lldbsuite/test/lang/objc/modules-cache/f.h | 1 + .../lldbsuite/test/lang/objc/modules-cache/main.m | 5 ++ .../test/lang/objc/modules-cache/module.modulemap | 3 ++ packages/Python/lldbsuite/test/lldbtest.py | 4 +- source/Core/Debugger.cpp | 4 ++ source/Core/ModuleList.cpp | 63 ++++++++++++++++++++-- .../Clang/ClangModulesDeclVendor.cpp | 11 ++-- source/Target/Target.cpp | 13 ----- 12 files changed, 131 insertions(+), 30 deletions(-) copy packages/Python/lldbsuite/test/{functionalities/data-formatter/setvaluefromcs [...] create mode 100644 packages/Python/lldbsuite/test/lang/objc/modules-cache/TestClan [...] create mode 100644 packages/Python/lldbsuite/test/lang/objc/modules-cache/f.h create mode 100644 packages/Python/lldbsuite/test/lang/objc/modules-cache/main.m create mode 100644 packages/Python/lldbsuite/test/lang/objc/modules-cache/module.m [...]