[all-commits] [llvm/llvm-project] c8e177: [Interp] Use llvm::endianness::native (NFC)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue Oct 10 22:26:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8e17749757a62cdd5c1dea2cb25f3eaf933cd5d
https://github.com/llvm/llvm-project/commit/c8e17749757a62cdd5c1dea2cb25f3eaf933cd5d
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeEmitter.cpp
M clang/lib/AST/Interp/Source.h
Log Message:
-----------
[Interp] Use llvm::endianness::native (NFC)
This patch replaces endianness::native with llvm::endianness::native.
Note that endianness::native would rely on:
using endianness = llvm::endianness;
in llvm/include/llvm/Support/Endian.h.
More information about the All-commits
mailing list