This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4c711cc24e6 [JITLink] Add an initial implementation of JITLink for Mach [...] new 39dcc0f3925 Fix compilation warning due to typo. new 6307ec92f22 [msan, NFC] Move option parsing into constructor new 4baff1c9977 [tsan,msan] Insert module constructors in a module pass new 13ccca23d72 gn build: Merge r374476
The 4 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: .../Transforms/Instrumentation/MemorySanitizer.h | 12 ++-- .../Transforms/Instrumentation/ThreadSanitizer.h | 2 + lib/ExecutionEngine/JITLink/MachO_arm64.cpp | 2 +- lib/Passes/PassRegistry.def | 2 + lib/Transforms/Instrumentation/MemorySanitizer.cpp | 72 +++++++++++++--------- lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 52 ++++++++-------- test/Instrumentation/MemorySanitizer/msan_basic.ll | 13 ++-- test/Instrumentation/ThreadSanitizer/tsan_basic.ll | 2 +- .../llvm/lib/ExecutionEngine/JITLink/BUILD.gn | 1 + 9 files changed, 88 insertions(+), 70 deletions(-)