This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b4370358c [dotest] Avoid the need for LEVEL= makefile boilerplate new d59ba8b26 [lldb][NFC] Add a simple test for thread_local storage.
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: .../lldbsuite/test/lang/cpp/thread_local/Makefile | 3 +++ .../TestThreadLocal.py} | 2 +- .../lldbsuite/test/lang/cpp/thread_local/main.cpp | 17 +++++++++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 packages/Python/lldbsuite/test/lang/cpp/thread_local/Makefile copy packages/Python/lldbsuite/test/lang/cpp/{function_refs/TestFunctionRefs.py => [...] create mode 100644 packages/Python/lldbsuite/test/lang/cpp/thread_local/main.cpp