Add support for more ILP32 relocations, along with tests
Add diagnostic tests for LP64 only relocations used in an ILP32 context
Note: This patch relies on:
https://reviews.llvm.org/D30473 [AARCH64] Incorrect relocation name TLSDESC_LD64_LO12_NC
Paths
| Differential D30573
[AARCH64] Add more ILP32 relocation support AbandonedPublic Authored by joelkevinjones on Mar 3 2017, 7:15 AM.
Details Summary Add support for more ILP32 relocations, along with tests https://reviews.llvm.org/D30473 [AARCH64] Incorrect relocation name TLSDESC_LD64_LO12_NC
Diff Detail Event TimelineComment Actions This revision is included in an omnibus ILP32 relocation change: https://reviews.llvm.org/D32072
Revision Contents
Diff 90474 include/llvm/Support/ELFRelocs/AArch64.def
lib/Target/AArch64/AArch64AsmPrinter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp
test/CodeGen/AArch64/arm64-tls-dynamics.ll
test/MC/AArch64/adrp-relocation.s
test/MC/AArch64/arm32-elf-relocs.s
test/MC/AArch64/arm32-large-relocs.s
test/MC/AArch64/arm32-tls-relocs.s
test/MC/AArch64/arm64-elf-reloc-condbr.s
test/MC/AArch64/arm64-elf-relocs.s
test/MC/AArch64/arm64-tls-relocs.s
test/MC/AArch64/elf-reloc-ldrlit.s
test/MC/AArch64/elf-reloc-pcreladdressing-ilp32.s
test/MC/AArch64/elf-reloc-tstb.s
test/MC/AArch64/elf-reloc-uncondbrimm.s
test/MC/AArch64/error-location.s
test/MC/AArch64/ilp32-diagnostics.s
test/MC/AArch64/inline-asm-modifiers.s
test/MC/AArch64/lp64-diagnostics.s
test/MC/AArch64/tls-relocs.s
test/tools/llvm-readobj/reloc-types.test
|