[libcxx-commits] [libcxx] [libcxxabi] [ASan][libc++] std::basic_string annotations (PR #72677)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 12 10:33:43 PST 2023


================
@@ -269,6 +269,13 @@ add_definitions(-D_LIBCXXABI_BUILDING_LIBRARY)
 # it is being built as part of libcxx.
 add_definitions(-D_LIBCPP_BUILDING_LIBRARY)
 
+# To ensure that all ASan functionalities are built into the binary.
----------------
ldionne wrote:

This also shouldn't be necessary anymore with my suggested `__config_site` changes.

https://github.com/llvm/llvm-project/pull/72677


More information about the libcxx-commits mailing list