diff options
author | SivanShani-Arm <sivan.shani@arm.com> | 2025-06-13 11:02:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-13 11:02:33 +0100 |
commit | 5762491e2a1935911c1e998a4865591d429f8559 (patch) | |
tree | cd5daf2ebb20984041a9f35af336c2dd1730c805 /llvm/lib/ProfileData/Coverage/CoverageMapping.cpp | |
parent | 06c783567069db169ee2d1545a4bd3ffd0e3fec0 (diff) | |
download | llvm-5762491e2a1935911c1e998a4865591d429f8559.zip llvm-5762491e2a1935911c1e998a4865591d429f8559.tar.gz llvm-5762491e2a1935911c1e998a4865591d429f8559.tar.bz2 |
[lld] Refactor storage of PAuth ABI core info (#141920)
Previously, the AArch64 PAuth ABI core values were stored as an
ArrayRef<uint8_t>, introducing unnecessary indirection.
This patch replaces the ArrayRef with two explicit uint64_t fields:
aarch64PauthAbiPlatform and aarch64PauthAbiVersion. This simplifies the
representation and improves readability.
No functional change intended, aside from improved error messages.
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions