summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/cfi/cross-dso/stats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/cfi/cross-dso/stats.cpp')
-rw-r--r--compiler-rt/test/cfi/cross-dso/stats.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/test/cfi/cross-dso/stats.cpp b/compiler-rt/test/cfi/cross-dso/stats.cpp
index 6566ea2fc26..fb98a50a3e7 100644
--- a/compiler-rt/test/cfi/cross-dso/stats.cpp
+++ b/compiler-rt/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 {
OpenPOWER on IntegriCloud