[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
Mon Mar 13 02:01:55 PDT 2023


simpal01 updated this revision to Diff 504549.
simpal01 added a comment.

Addressed all the comments. I have added all the tests in this same
patch where we are making all the functional changes. I have literally
taken all the changes from https://reviews.llvm.org/D140203 to here.
Also added few more testcases.


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/Options.td
  lld/ELF/ScriptParser.cpp
  lld/ELF/SyntheticSections.cpp
  lld/ELF/Target.cpp
  lld/ELF/Target.h
  lld/ELF/Thunks.cpp
  lld/docs/ld.lld.1
  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.504549.patch
Type: text/x-patch
Size: 74086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230313/e2edf623/attachment-0001.bin>


More information about the llvm-commits mailing list