Skip to content

Commit 1007280

Browse files
committed
format
1 parent 86dcae3 commit 1007280

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

bolt/test/runtime/AArch64/pacret-synchronous-unwind.cpp

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414

1515
// Number of functions with .cfi-negate-ra-state in the binary is
1616
// platform-dependent.
17-
// CHECK: PointerAuthCFIAnalyzer ran on {{[0-9]+}} functions.
18-
// CHECK: Ignored {{[0-9]}} functions ({{[0-9.]+}}%) because of CFI inconsistencies
19-
// CHECK-NEXT: BOLT-WARNING: PointerAuthCFIAnalyzer only supports asynchronous
20-
// CHECK-SAME: unwind tables. For C compilers, see -fasynchronous-unwind-tables.
17+
// CHECK: BOLT-INFO: PointerAuthCFIAnalyzer ran on {{[0-9]+}} functions.
18+
// CHECK-SAME: Ignored {{[0-9]}} functions ({{[0-9.]+}}%) because of CFI
19+
// CHECK-SAME: inconsistencies
20+
// CHECK-NEXT: BOLT-WARNING: PointerAuthCFIAnalyzer only supports
21+
// CHECK-SAME: asynchronous unwind tables. For C compilers, see
22+
// CHECK-SAME: -fasynchronous-unwind-tables.
2123

2224
#include <cstdio>
2325
#include <stdexcept>

0 commit comments

Comments
 (0)