[PATCH] D140201: [lld][ARM][1/3]Big Endian support - Removing assumptions

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

Change:

- Replacing the memcpy that assume little endian with the endian-aware write.

Shouldn't affect the output for now, just a prerequisite for the next patches.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140201

Files:
  lld/ELF/Arch/ARM.cpp
  lld/ELF/Thunks.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140201.483471.patch
Type: text/x-patch
Size: 10305 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221216/c90beda9/attachment.bin>


More information about the llvm-commits mailing list