[PATCH] D77672: Support a few more SPARCv9 relocations
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 10:44:08 PDT 2020
MaskRay added inline comments.
================
Comment at: lld/ELF/Driver.cpp:151
.Case("elf_iamcu", {ELF32LEKind, EM_IAMCU})
+ .Case("elf64_sparc", {ELF64BEKind, EM_SPARCV9})
.Default({ELFNoneKind, EM_NONE});
----------------
Add a test similar to `emulation-arm.s`
The other `emulation-*` have verbose `llvm-readobj` output. Don't copy them.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77672/new/
https://reviews.llvm.org/D77672
More information about the llvm-commits
mailing list