Skip to content

Commit b1e03d3

Browse files
committed
[libc] Restore LIBC_HAVE_ADDRESS_SANITIZER as it is used by some tests
Follow-up to #98402
1 parent 8ab1dd3 commit b1e03d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/src/__support/macros/sanitizer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#endif
2929

3030
#if LIBC_HAS_FEATURE(address_sanitizer)
31+
#define LIBC_HAVE_ADDRESS_SANITIZER
3132
#include <sanitizer/asan_interface.h>
3233
#define ASAN_POISON_MEMORY_REGION(addr, size) \
3334
__asan_poison_memory_region((addr), (size))

0 commit comments

Comments
 (0)