This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3d3a4a4 ADT: Remove stale header comments about next/prev after r278532 new a3e4fd5 [LibFuzzer] Fix `-jobs=<N>` where <N> > 1 and the number of w [...] new c94acb0 [WebAssembly] Plug MachineMemOperand leaks.
The 2 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: lib/Fuzzer/CMakeLists.txt | 2 + lib/Fuzzer/FuzzerUtil.cpp | 4 - lib/Fuzzer/FuzzerUtilDarwin.cpp | 148 +++++++++++++++++++++ .../FuzzerUtilLinux.cpp} | 24 ++-- lib/Fuzzer/test/fuzzer-jobs.test | 29 ++++ .../WebAssembly/WebAssemblyFrameLowering.cpp | 12 +- 6 files changed, 196 insertions(+), 23 deletions(-) create mode 100644 lib/Fuzzer/FuzzerUtilDarwin.cpp copy lib/{Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp => Fuzzer/FuzzerUtilL [...] create mode 100644 lib/Fuzzer/test/fuzzer-jobs.test