Skip to content

Commit 549b134

Browse files
committed
Define SANITIZER_AIX temporarily to build
1 parent 1c2952c commit 549b134

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_platform.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
# define SANITIZER_LINUX 0
3232
#endif
3333

34+
#if defined(_AIX)
35+
# define SANITIZER_AIX 1
36+
#else
37+
# define SANITIZER_AIX 0
38+
#endif
39+
3440
#if defined(__GLIBC__)
3541
# define SANITIZER_GLIBC 1
3642
#else

0 commit comments

Comments
 (0)