RewriteInstance's reloc handling uses dyncast to select between the 4 ELF formats. But everywhere else RewriteInstance only handles LE64 ELF, so this dyncasting is unnecessary. Just cast to the expected ELF type and be done with it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo