[all-commits] [llvm/llvm-project] e64e51: [RuntimeDyld] Replace hand-rolled endian conversio...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Mon Apr 6 04:30:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e64e516790b6555d520db6eea7e49b24afb275b7
https://github.com/llvm/llvm-project/commit/e64e516790b6555d520db6eea7e49b24afb275b7
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-04-06 (Mon, 06 Apr 2020)
Changed paths:
M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
Log Message:
-----------
[RuntimeDyld] Replace hand-rolled endian conversion with support::endian. NFCI.
Commit: 232eff55f654cbe42b18ce96722ddda15dd67957
https://github.com/llvm/llvm-project/commit/232eff55f654cbe42b18ce96722ddda15dd67957
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-04-06 (Mon, 06 Apr 2020)
Changed paths:
M llvm/lib/LTO/LTO.cpp
Log Message:
-----------
[LTO] Replace hand-rolled endian conversion with support::endian. NFCI.
Compare: https://github.com/llvm/llvm-project/compare/9a9bc2367290...232eff55f654
More information about the All-commits
mailing list