forked from OSchip/llvm-project
3c74c68b1b
Endian functions only support reading and writing when the endianness is known at compile time. This patch adds overloads where the endianness is a runtime value, and then delegates the compile-time versions to the runtime versions. Differential Revision: https://reviews.llvm.org/D29467 llvm-svn: 294209 |
||
---|---|---|
.. | ||
llvm | ||
llvm-c |