[all-commits] [llvm/llvm-project] a4a083: Revert "[libc] Implement barriers for pthreads" (#...
Uzair Nawaz via All-commits
all-commits at lists.llvm.org
Mon Jul 28 11:37:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4a0832899303d989772340404a01f6a4f1f6c99
https://github.com/llvm/llvm-project/commit/a4a0832899303d989772340404a01f6a4f1f6c99
Author: Uzair Nawaz <uzairnawaz at google.com>
Date: 2025-07-28 (Mon, 28 Jul 2025)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/hdr/CMakeLists.txt
R libc/hdr/pthread_macros.h
M libc/hdr/types/CMakeLists.txt
R libc/hdr/types/pthread_barrier_t.h
R libc/hdr/types/pthread_barrierattr_t.h
M libc/include/CMakeLists.txt
M libc/include/llvm-libc-macros/pthread-macros.h
M libc/include/llvm-libc-types/CMakeLists.txt
R libc/include/llvm-libc-types/__barrier_type.h
R libc/include/llvm-libc-types/pthread_barrier_t.h
R libc/include/llvm-libc-types/pthread_barrierattr_t.h
M libc/include/pthread.yaml
M libc/src/__support/threads/linux/CMakeLists.txt
R libc/src/__support/threads/linux/barrier.cpp
R libc/src/__support/threads/linux/barrier.h
M libc/src/pthread/CMakeLists.txt
R libc/src/pthread/pthread_barrier_destroy.cpp
R libc/src/pthread/pthread_barrier_destroy.h
R libc/src/pthread/pthread_barrier_init.cpp
R libc/src/pthread/pthread_barrier_init.h
R libc/src/pthread/pthread_barrier_wait.cpp
R libc/src/pthread/pthread_barrier_wait.h
M libc/test/integration/src/pthread/CMakeLists.txt
R libc/test/integration/src/pthread/pthread_barrier_test.cpp
Log Message:
-----------
Revert "[libc] Implement barriers for pthreads" (#151014)
Reverts llvm/llvm-project#148948
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list