diff options
Diffstat (limited to 'test/cfi/cross-dso/stats.cpp')
-rw-r--r-- | test/cfi/cross-dso/stats.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cfi/cross-dso/stats.cpp b/test/cfi/cross-dso/stats.cpp index 975a1ff9fa27a..09a7217bf066a 100644 --- a/test/cfi/cross-dso/stats.cpp +++ b/test/cfi/cross-dso/stats.cpp @@ -6,6 +6,9 @@ // CFI-icall is not implemented in thinlto mode => ".cfi" suffixes are missing // in sanstats output. +// FIXME: %t.stats must be transferred from device to host for this to work on Android. +// XFAIL: android + struct ABase {}; struct A : ABase { |