This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-lts-allnoconfig in repository toolchain/ci/llvm-project.
from 64bdd8bc9fb [COFF] Don't error if the only inputs are from /wholearchive: adds 474037d798d Merging r370113: adds 98b1752888c Merging r366572: adds b9297dcdf2a [PowerPC] Do not emit HW loop if the body contains calls to [...] adds 432bf48c08d [profile] Fix file contention causing dropped counts on Win [...]
No new revisions were added by this update.
Summary of changes: compiler-rt/lib/profile/InstrProfilingUtil.c | 9 ++- .../Windows/Inputs/instrprof-multiprocess.c | 89 ++++++++++++++++++++++ .../profile/Windows/instrprof-multiprocess.test | 10 +++ compiler-rt/test/profile/Windows/lit.local.cfg.py | 9 +++ .../include/llvm/Demangle/MicrosoftDemangleNodes.h | 2 + llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 4 + llvm/lib/Target/RISCV/RISCVRegisterInfo.h | 6 ++ llvm/test/CodeGen/PowerPC/pr43527.ll | 75 ++++++++++++++++++ 8 files changed, 202 insertions(+), 2 deletions(-) create mode 100644 compiler-rt/test/profile/Windows/Inputs/instrprof-multiprocess.c create mode 100644 compiler-rt/test/profile/Windows/instrprof-multiprocess.test create mode 100644 compiler-rt/test/profile/Windows/lit.local.cfg.py create mode 100644 llvm/test/CodeGen/PowerPC/pr43527.ll