[llvm-branch-commits] [llvm] [BOLT][NFC] Rename Pointer Auth DWARF rewriter passes (PR #164622)
Gergely Bálint via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Nov 3 08:35:10 PST 2025
bgergely0 wrote:
I fill make the description a bit more formal.
I agree that naming all the unittests a bit more similarly is good addition to this.
One piece of doubt that I have since I opened this PR: the term CFI is overloaded, it can mean *Call Frame Information* and *Control Flow Integrity*. This is even more problematic than normal in this case, where we talk about the Call Frame Information related to a Control Flow Integrity mechanism, namely Pointer Authentication.
Another way to name these would be PointerAuthDwarf* (or capital DWARF*), to signal that these passes take care of the *DWARF CFIs* in the binary.
Thoughts?
https://github.com/llvm/llvm-project/pull/164622
More information about the llvm-branch-commits
mailing list