mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 04:36:44 +00:00

Instead of filtering and modifying relocations in readRelocations(), preserve the relocation info and use it in the symbolizing disassembler. This change mostly affects AArch64, where we need to look at original linker relocations in order to properly symbolize instruction operands.