From e486af700c822704d24f50a875c0bb0bdda18052 Mon Sep 17 00:00:00 2001 From: Evan Brown Date: Mon, 24 Jun 2024 14:53:09 -0700 Subject: Add an internal API to get a poisoned pointer. The motivation is to make destroyed/moved-from objects cause crashes when they are accessed. PiperOrigin-RevId: 646229564 Change-Id: I68d9c189b542df0933af08f5ad63dc1f5764d856 --- CMake/AbseilDll.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMake') diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake index 87904542..27f79b72 100644 --- a/CMake/AbseilDll.cmake +++ b/CMake/AbseilDll.cmake @@ -28,6 +28,8 @@ 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" -- cgit v1.2.3