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-aarch64-next-allyesconfig in repository toolchain/ci/llvm-project.
from 73daeb3d507f [CUDA] Make sure <string.h> is included with original __TH [...] adds ec4829efcc94 fixes bug #51926 where dangling comma caused overrun adds eb845520ac3c compiler-rt: Fix arch detection for ppc64le adds 26e2c97bf14c [openmp] [elf_common] Fix linking against LLVM dylib adds 08e3a5ccd952 [IntelJITListener] Fix order in JitListener/multiple.ll adds d218ef07a072 Re-apply the fix on DwarfEHPrepare and add a test adds 6cf25deec7d0 [libc++] counting_semaphore should not be default-constructible. adds 00f64ccb49d9 [libc++] Remove non-atomic "platform" semaphore implementations. adds 216200aff268 [libc++] Fix hang in counting_semaphore::try_acquire adds ed38280d006c [ARM] Use hardware TLS register in Thumb2 mode when -mtp=c [...] adds ff2cb6e400c3 [clang] Partially revert d8cd7806310c51af912a647a6ca46de62 [...] adds d5159b99105d MLIR can't support -Bsymbolic link option, fail at CMake t [...]
No new revisions were added by this update.
Summary of changes: clang/lib/Basic/Targets/OSTargets.h | 4 +- clang/lib/Format/WhitespaceManager.cpp | 16 +++- clang/test/Preprocessor/init.c | 2 - clang/unittests/Format/FormatTest.cpp | 14 +++- compiler-rt/cmake/base-config-ix.cmake | 2 +- libcxx/docs/ReleaseNotes.rst | 11 ++- libcxx/include/__threading_support | 71 ----------------- libcxx/include/semaphore | 90 +++++----------------- libcxx/src/support/win32/thread_win32.cpp | 36 --------- .../std/thread/thread.semaphore/acquire.pass.cpp | 3 + .../std/thread/thread.semaphore/binary.pass.cpp | 3 + .../thread/thread.semaphore/ctor.compile.pass.cpp | 31 ++++++++ .../test/std/thread/thread.semaphore/max.pass.cpp | 7 +- .../std/thread/thread.semaphore/release.pass.cpp | 3 + .../thread/thread.semaphore/try_acquire.pass.cpp | 3 + llvm/lib/CodeGen/DwarfEHPrepare.cpp | 5 ++ llvm/lib/Target/ARM/ARMInstrThumb.td | 1 + llvm/lib/Target/ARM/ARMInstrThumb2.td | 3 + llvm/test/CodeGen/ARM/readtp.ll | 2 + llvm/test/CodeGen/ARM/thread_pointer.ll | 8 +- llvm/test/CodeGen/X86/dwarf-eh-prepare.ll | 2 +- llvm/test/JitListener/multiple.ll | 10 +-- mlir/CMakeLists.txt | 6 ++ .../plugins/common/elf_common/CMakeLists.txt | 3 + 24 files changed, 134 insertions(+), 202 deletions(-) create mode 100644 libcxx/test/std/thread/thread.semaphore/ctor.compile.pass.cpp