This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d2b47f0 Use -fsanitize-recover instead of -mllvm -msan-keep-going. new 2d2f4b6 [lib/Object] Modernize. NFCI. new daf2128 Avoid tail recursion elimination across calls with operand bundles new 14b08ac [lit] Print negative exit codes on Windows in hex
The 3 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/Object/MachOUniversal.cpp | 7 ++- lib/Transforms/Scalar/TailRecursionElimination.cpp | 3 +- test/Transforms/TailCallElim/deopt-bundle.ll | 57 ++++++++++++++++++++++ utils/lit/lit/TestRunner.py | 10 +++- 4 files changed, 70 insertions(+), 7 deletions(-) create mode 100644 test/Transforms/TailCallElim/deopt-bundle.ll