diff options
author | Fangrui Song <i@maskray.me> | 2025-06-24 19:06:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-24 19:06:22 -0700 |
commit | 30922f740e47c1372cff2c2635e5e2158e5e63cf (patch) | |
tree | d3d282012ba3c558384ac2155a22696d0ef3a703 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | ed5f8f238d68811ad5eabcdb0248bcd65ab81960 (diff) | |
download | llvm-30922f740e47c1372cff2c2635e5e2158e5e63cf.zip llvm-30922f740e47c1372cff2c2635e5e2158e5e63cf.tar.gz llvm-30922f740e47c1372cff2c2635e5e2158e5e63cf.tar.bz2 |
Move relocation specifier constants to AArch64::
Rename these relocation specifier constants, aligning with the naming
convention used by other targets (`S_` instead of `VK_`).
* ELF/COFF: AArch64MCExpr::VK_ => AArch64::S_ (VK_ABS/VK_PAGE_ABS are
also used by Mach-O as a hack)
* Mach-O: AArch64MCExpr::M_ => AArch64::S_MACHO_
* shared: AArch64MCExpr::None => AArch64::S_None
Apologies for the churn following the recent rename in #132595. This
change ensures consistency after introducing MCSpecifierExpr to replace
MCTargetSpecifier subclasses.
Pull Request: https://github.com/llvm/llvm-project/pull/144633
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions