[all-commits] [llvm/llvm-project] 95ce0d: [ORC-RT] Add endianness support to the ORC runtime.
lhames via All-commits
all-commits at lists.llvm.org
Wed May 26 17:29:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95ce0def7c983ae8c4c609e1688c55387e104419
https://github.com/llvm/llvm-project/commit/95ce0def7c983ae8c4c609e1688c55387e104419
Author: Lang Hames <lhames at gmail.com>
Date: 2021-05-26 (Wed, 26 May 2021)
Changed paths:
M compiler-rt/lib/orc/CMakeLists.txt
A compiler-rt/lib/orc/endian.h
M compiler-rt/lib/orc/unittests/CMakeLists.txt
A compiler-rt/lib/orc/unittests/endian_test.cpp
Log Message:
-----------
[ORC-RT] Add endianness support to the ORC runtime.
endian.h is a cut-down version of llvm/Support/SwapByteOrder.h. It will be used
in upcoming serialization utilities for the ORC runtime.
More information about the All-commits
mailing list