diff options
author | Derek Mauro <dmauro@google.com> | 2024-07-01 08:25:45 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-07-01 08:26:37 -0700 |
commit | 57f04ad892729f798da520a80394cf25afe085e8 (patch) | |
tree | 9e4862a61e530542cb15a2eaddf9cb8ab0622d23 /CMake | |
parent | 4eb81046b2df1804220ef5af3fda54b6fa614c27 (diff) |
Rollback new poisoned pointer API
This breaks Chromium due to global constructor and incorrectly
assumes page size.
https://github.com/abseil/abseil-cpp/pull/1697
PiperOrigin-RevId: 648377066
Change-Id: I19f8b2655971a0c314091e26e62e10a5a9c46e94
Diffstat (limited to 'CMake')
-rw-r--r-- | CMake/AbseilDll.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake index a81cbaf3..c31f2493 100644 --- a/CMake/AbseilDll.cmake +++ b/CMake/AbseilDll.cmake @@ -28,8 +28,6 @@ set(ABSL_INTERNAL_DLL_FILES "base/internal/low_level_scheduling.h" "base/internal/nullability_impl.h" "base/internal/per_thread_tls.h" - "base/internal/poison.cc" - "base/internal/poison.h" "base/prefetch.h" "base/internal/pretty_function.h" "base/internal/raw_logging.cc" |