Skip to content

Commit d3301a3

Browse files
committed
Revert "Define SANITIZER_AIX temporarily to build"
This reverts commit 549b134.
1 parent 549b134 commit d3301a3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_platform.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@
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-
4034
#if defined(__GLIBC__)
4135
# define SANITIZER_GLIBC 1
4236
#else

0 commit comments

Comments
 (0)