[libcxx-commits] [libcxxabi] [libcxx] [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


================
@@ -45,6 +45,7 @@
 #endif
 
 @_LIBCPP_ABI_DEFINES@
+ at _LIBCPP_SANITIZER_DEFINES@
----------------
ldionne wrote:

You can remove this and instead use `#cmakedefine _LIBCPP_INSTRUMENTED_WITH_ASAN` above, right below `_LIBCPP_HAS_NO_TIME_ZONE_DATABASE`.

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


More information about the libcxx-commits mailing list