Files
clang-p2996/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
Fangrui Song 2089b081ff [ARM] Rename VariantKind to Specifier
Follow the X86, Mips, and RISCV renaming.

> "Relocation modifier" suggests adjustments happen during the linker's relocation step rather than the assembler's expression evaluation.
> "Relocation specifier" is clear, aligns with Arm and IBM AIX's documentation, and fits the assembler's role seamlessly.

In addition, rename *MCExpr::getKind, which confusingly shadows the base class getKind.
2025-03-20 23:37:44 -07:00

76 KiB