[all-commits] [llvm/llvm-project] 7113a9: [JITLink] Fix endianness bug fedd32e2fa36.
lhames via All-commits
all-commits at lists.llvm.org
Mon Apr 27 10:43:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7113a9a65445ed80332674f3e2be60db39969783
https://github.com/llvm/llvm-project/commit/7113a9a65445ed80332674f3e2be60db39969783
Author: Lang Hames <lhames at gmail.com>
Date: 2020-04-27 (Mon, 27 Apr 2020)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/MachO.cpp
Log Message:
-----------
[JITLink] Fix endianness bug fedd32e2fa36.
The ByteSwap_NN functions return their result rather than modifying their
argument in-place, so we need to write the result back to CPUType here.
More information about the All-commits
mailing list