[PATCH] D140202: [lld][ARM][2/3]Big Endian support - Word invariant support

Simi Pallipurath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 02:06:38 PDT 2023


simpal01 updated this revision to Diff 505400.
simpal01 edited the summary of this revision.
simpal01 added a comment.

This patch now

  Removes the --be32 command line option and make it default.
  Added an error check for the --fix-cortex-a8 option on big endian targets


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140202/new/

https://reviews.llvm.org/D140202

Files:
  lld/ELF/ARMErrataFix.cpp
  lld/ELF/Arch/ARM.cpp
  lld/ELF/Config.h
  lld/ELF/Driver.cpp
  lld/ELF/ScriptParser.cpp
  lld/ELF/SyntheticSections.cpp
  lld/ELF/Target.cpp
  lld/ELF/Target.h
  lld/ELF/Thunks.cpp
  lld/test/ELF/arm-bl-v4.s
  lld/test/ELF/arm-bl-v4t.s
  lld/test/ELF/arm-bl-v6.s
  lld/test/ELF/arm-bx-v4t.s
  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-interwork-thunk-v5.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-multipass-plt.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: D140202.505400.patch
Type: text/x-patch
Size: 72547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230315/72d4c258/attachment-0001.bin>


More information about the llvm-commits mailing list