[all-commits] [llvm/llvm-project] 4128ed: [JITLink] Tell yaml2obj the MachO file is little-e...
Kai Luo via All-commits
all-commits at lists.llvm.org
Tue Dec 26 23:32:06 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4128edeaadf82245f7ade74900ca3eae0ff94e6a
https://github.com/llvm/llvm-project/commit/4128edeaadf82245f7ade74900ca3eae0ff94e6a
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2023-12-27 (Wed, 27 Dec 2023)
Changed paths:
M llvm/test/ExecutionEngine/JITLink/AArch64/MachO_subtractor_single_block.yaml
M llvm/test/ExecutionEngine/JITLink/x86-64/MachO_subtractor_single_block.yaml
Log Message:
-----------
[JITLink] Tell yaml2obj the MachO file is little-endian. NFC.
Big-endian is not supported on aarch64 and x86 yet. Try to fix
buildbot failure on ppc64be, https://lab.llvm.org/buildbot/#/builders/93/builds/18057.
More information about the All-commits
mailing list