[llvm-branch-commits] [llvm] [BOLT][NFC] Rename Pointer Auth DWARF rewriter passes (PR #164622)

Paschalis Mpeis via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Nov 3 08:26:14 PST 2025


================
@@ -188,16 +188,17 @@ The inconsistencies are as follows:
 Users will be informed about the number of ignored functions in the pass, the
 exact functions ignored, and the found inconsistency.
 
-### InsertNegateRAStatePass
+### PointerAuthCFIFixup
 
-This pass runs after optimizations. It performns the _inverse_ of MarkRAState pa s:
+This pass runs after optimizations. It performns the _inverse_ of PointerAuthCFIAnalyzer
----------------
paschalis-mpeis wrote:

typo:
```suggestion
This pass runs after optimizations. It performs the _inverse_ of PointerAuthCFIAnalyzer
```

https://github.com/llvm/llvm-project/pull/164622


More information about the llvm-branch-commits mailing list