llvm::dwarfutil::ObjFileAddressMap::relocateIndexedAddr() does not
read address value. The relocateIndexedAddr() should not relocate
the address as the linked binary has already resolved relocations.
But it should read the value. This patch adds the reading value
of the address.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Test probably doesn't need 8 functions? I'd think two would be enough to show the addresses are handled properly.
Could the test be YAML instead of binary? I know YAML doesn't handle DWARF very well so the answer might be "no."