This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 002cc9f49 Fix LLDB build. new a07074594 Shorten sanitizer plugin names
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: source/API/SystemInitializerFull.cpp | 6 +++--- .../AddressSanitizerRuntime.cpp => ASan/ASanRuntime.cpp} | 4 ++-- .../AddressSanitizerRuntime.h => ASan/ASanRuntime.h} | 0 .../{AddressSanitizer => ASan}/CMakeLists.txt | 4 ++-- source/Plugins/InstrumentationRuntime/CMakeLists.txt | 6 +++--- .../InstrumentationRuntime/{ThreadSanitizer => TSan}/CMakeLists.txt | 4 ++-- .../ThreadSanitizerRuntime.cpp => TSan/TSanRuntime.cpp} | 4 ++-- .../ThreadSanitizerRuntime.h => TSan/TSanRuntime.h} | 0 .../{UndefinedBehaviorSanitizer => UBSan}/CMakeLists.txt | 4 ++-- .../UBSanRuntime.cpp} | 4 ++-- .../UndefinedBehaviorSanitizerRuntime.h => UBSan/UBSanRuntime.h} | 0 11 files changed, 18 insertions(+), 18 deletions(-) rename source/Plugins/InstrumentationRuntime/{AddressSanitizer/AddressSanitizerRun [...] rename source/Plugins/InstrumentationRuntime/{AddressSanitizer/AddressSanitizerRun [...] rename source/Plugins/InstrumentationRuntime/{AddressSanitizer => ASan}/CMakeLists [...] rename source/Plugins/InstrumentationRuntime/{ThreadSanitizer => TSan}/CMakeLists. [...] rename source/Plugins/InstrumentationRuntime/{ThreadSanitizer/ThreadSanitizerRunti [...] rename source/Plugins/InstrumentationRuntime/{ThreadSanitizer/ThreadSanitizerRunti [...] rename source/Plugins/InstrumentationRuntime/{UndefinedBehaviorSanitizer => UBSan} [...] rename source/Plugins/InstrumentationRuntime/{UndefinedBehaviorSanitizer/Undefined [...] rename source/Plugins/InstrumentationRuntime/{UndefinedBehaviorSanitizer/Undefined [...]