[PATCH] D140203: [lld][ARM][3/3]Big Endian support - Adding tests

Milosz Plichta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 03:24:33 PST 2022


M-Plichta created this revision.
M-Plichta added reviewers: amilendra, peter.smith.
Herald added subscribers: kristof.beyls, arichardson, emaste.
Herald added a reviewer: MaskRay.
Herald added a project: All.
M-Plichta requested review of this revision.
Herald added subscribers: llvm-commits, StephenFan.
Herald added a project: LLVM.

Changes:

- Adding test cases for the big-endian arm configuration
- Fixed the bug that the new tests have revealed


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140203

Files:
  lld/ELF/SyntheticSections.cpp
  lld/ELF/Thunks.cpp
  lld/test/ELF/arm-data-relocs.s
  lld/test/ELF/arm-exidx-emit-relocs.s
  lld/test/ELF/arm-exidx-relocatable.s
  lld/test/ELF/arm-exidx-sentinel-norelocatable.s
  lld/test/ELF/arm-header.s
  lld/test/ELF/arm-mov-relocs.s
  lld/test/ELF/arm-plt-reloc.s
  lld/test/ELF/arm-thumb-plt-reloc.s
  lld/test/ELF/arm-thunk-arm-thumb-reuse.s
  lld/test/ELF/arm-thunk-edgecase.s
  lld/test/ELF/arm-thunk-largesection.s
  lld/test/ELF/arm-thunk-linkerscript-dotexpr.s
  lld/test/ELF/arm-thunk-linkerscript.s
  lld/test/ELF/arm-thunk-nosuitable.s
  lld/test/ELF/arm-thunk-re-add.s
  lld/test/ELF/arm-thunk-reuse.s
  lld/test/ELF/arm-thunk-section-too-large.s
  lld/test/ELF/arm-thunk-toolargesection.s
  lld/test/ELF/arm-v5-reloc-error.s
  lld/test/ELF/emulation-arm.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140203.483474.patch
Type: text/x-patch
Size: 23768 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221216/6e0d5f04/attachment.bin>


More information about the llvm-commits mailing list