This adds ELF defines and relocation for the AAP backend. This builds on D23664.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This looks good to me, but I'll let other people review and approve, since I was the only one on the thread. :)
Comment Actions
Added ELFYaml, llvm-objdump and llvm-readobj. This also adds some tests for AAP ELF object files and relocations using the yaml representation.
include/llvm/Support/ELF.h | ||
---|---|---|
319–322 | This looks copy+pasted, has such a request been made? |
include/llvm/Support/ELF.h | ||
---|---|---|
319–322 | The comment was copied, but a request has also been made. |
test/Object/AAP/lit.local.cfg | ||
---|---|---|
2 ↗ | (On Diff #78192) | This part is only needed until after the disassembler is added/used, there is currently nothing here that depends on the not-yet-existing target? |
This looks copy+pasted, has such a request been made?
Also, you could make it 0x504141 as it would then be AAP :)