summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/intra-object-overflow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/intra-object-overflow.cc')
-rw-r--r--test/asan/TestCases/intra-object-overflow.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/asan/TestCases/intra-object-overflow.cc b/test/asan/TestCases/intra-object-overflow.cc
index e48a261f55cc3..4032cc1448582 100644
--- a/test/asan/TestCases/intra-object-overflow.cc
+++ b/test/asan/TestCases/intra-object-overflow.cc
@@ -4,6 +4,8 @@
//
// FIXME: fix 32-bits.
// REQUIRES: asan-64-bits
+// FIXME: Implement ASan intra-object padding in Clang's MS record layout
+// UNSUPPORTED: win32
#include <stdio.h>
#include <stdlib.h>
class Foo {