File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
bolt/test/runtime/AArch64 Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments