[llvm-branch-commits] [clang] [PAC][clang] Handle pauthtest environment and ABI in Linux-specific code (PR #113151)

Fangrui Song via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Dec 2 19:48:03 PST 2024


https://github.com/MaskRay commented:

ELF PAuth is an object file format specific feature that isn't coupled with a specific OS.
Keeping it in generic code might help other OSes (e.g. *BSD), if they ever adopt PAuth.

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


More information about the llvm-branch-commits mailing list