[libcxx-commits] [libcxx] 7f78ebf - Revert "[libc++] Fix build failure with libdispatch backend (#141606)"
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 28 07:22:20 PDT 2025
Author: Louis Dionne
Date: 2025-05-28T10:21:36-04:00
New Revision: 7f78ebf2484e6014ca845851483cfaf029746e5f
URL: https://github.com/llvm/llvm-project/commit/7f78ebf2484e6014ca845851483cfaf029746e5f
DIFF: https://github.com/llvm/llvm-project/commit/7f78ebf2484e6014ca845851483cfaf029746e5f.diff
LOG: Revert "[libc++] Fix build failure with libdispatch backend (#141606)"
It turns out that we're about to revert the patches that added these
annotations in the first place. I was too hasty to land this.
This reverts commit 56594710c7ffdaf82e07b1ff63f01226c117b2ce.
Added:
Modified:
libcxx/src/pstl/libdispatch.cpp
Removed:
################################################################################
diff --git a/libcxx/src/pstl/libdispatch.cpp b/libcxx/src/pstl/libdispatch.cpp
index 528018358eeb0..3dca702341c85 100644
--- a/libcxx/src/pstl/libdispatch.cpp
+++ b/libcxx/src/pstl/libdispatch.cpp
@@ -12,7 +12,6 @@
#include <dispatch/dispatch.h>
_LIBCPP_BEGIN_NAMESPACE_STD
-_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS
namespace __pstl::__libdispatch {
void __dispatch_apply(size_t chunk_count, void* context, void (*func)(void* context, size_t chunk)) noexcept {
@@ -30,5 +29,4 @@ __chunk_partitions __partition_chunks(ptr
diff _t element_count) noexcept {
}
} // namespace __pstl::__libdispatch
-_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS
_LIBCPP_END_NAMESPACE_STD
More information about the libcxx-commits
mailing list