This makes it possible to test that tools correctly deal with REL vs RELA
differences in input files. In D42790 I am trying to fix LLD not writing
addends if the default output format uses Elf_Rel but an input contains
relocations in the Elf_Rela format. In order to test this I need to create
object files that use a different relocation format from the output.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 14539 Build 14539: arc lint + arc unit