[libcxx-commits] [libcxx] [ASan][libc++] Refactor of ASan annotation functions (PR #74023)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 5 07:05:33 PST 2023
================
@@ -1075,6 +1077,7 @@ public:
__annotate_double_ended_contiguous_container(__mem_beg, __mem_end, __old_beg, __old_end, __new_beg, __new_end);
}
+#endif
----------------
ldionne wrote:
```suggestion
#endif // !_LIBCPP_HAS_NO_ASAN
```
https://github.com/llvm/llvm-project/pull/74023
More information about the libcxx-commits
mailing list