summaryrefslogtreecommitdiff
path: root/test/cfi/cross-dso/stats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cfi/cross-dso/stats.cpp')
-rw-r--r--test/cfi/cross-dso/stats.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cfi/cross-dso/stats.cpp b/test/cfi/cross-dso/stats.cpp
index 6566ea2fc..fb98a50a3 100644
--- a/test/cfi/cross-dso/stats.cpp
+++ b/test/cfi/cross-dso/stats.cpp
@@ -3,6 +3,10 @@
// RUN: env SANITIZER_STATS_PATH=%t.stats %t
// RUN: sanstats %t.stats | FileCheck %s
+// CFI-icall is not implemented in thinlto mode => ".cfi" suffixes are missing
+// in sanstats output.
+// XFAIL: thinlto
+
struct ABase {};
struct A : ABase {