-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Open
Labels
Description
Seems llvm-readobj does support dumping relr relocations, but llvm-objdump does not. Some stepping-around debugging, it seems that this call (
| for (const RelocationRef &Reloc : Section.relocations()) { |