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

Milosz Plichta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 03:23:15 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:

- Templating the ARM class
- Replace the writele and readle with their endian-aware versions.
- Adding the --be32 and --be8 and updating the docs accordingly


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140202

Files:
  lld/ELF/Arch/ARM.cpp
  lld/ELF/Config.h
  lld/ELF/Driver.cpp
  lld/ELF/Options.td
  lld/ELF/ScriptParser.cpp
  lld/ELF/Target.cpp
  lld/ELF/Target.h
  lld/ELF/Writer.cpp
  lld/docs/ld.lld.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140202.483472.patch
Type: text/x-patch
Size: 27287 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221216/83c865c8/attachment.bin>


More information about the llvm-commits mailing list