[all-commits] [llvm/llvm-project] 674f09: [lld][ARM][NFCI][1/3]Big Endian support - Removing...
simpal01 via All-commits
all-commits at lists.llvm.org
Wed Feb 15 03:43:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 674f094d852b773d35e9face1b504ab68473dc86
https://github.com/llvm/llvm-project/commit/674f094d852b773d35e9face1b504ab68473dc86
Author: Simi Pallipurath <simi.pallipurath at arm.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M lld/ELF/Arch/ARM.cpp
M lld/ELF/Thunks.cpp
Log Message:
-----------
[lld][ARM][NFCI][1/3]Big Endian support - Removing assumptions
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.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D140201
More information about the All-commits
mailing list