diff options
Diffstat (limited to 'compiler-rt')
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc b/compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc index 510270089d7..028813bc87e 100644 --- a/compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc +++ b/compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc @@ -4,6 +4,9 @@ // UNSUPPORTED: android +// FIXME(alekseyshl): Fix this test under GCC. +// REQUIRES: Clang + #include <stdio.h> #include <stdlib.h> |

