Files
llvm-project/bolt/lib/Core/Relocation.cpp
Maksim Panchenko 5f1b9023a8 [BOLT][AArch64] Fix printing of relocation types (#166621)
Enumeration of relocation types is not always sequential, e.g. on
AArch64 the first real relocation type is 0x101. As such, the existing
code in `Relocation::print()` was crashing while printing AArch64
relocations. Fix it by using `llvm::object::getELFRelocationTypeName()`.
2025-11-05 12:36:57 -08:00

29 KiB