[all-commits] [llvm/llvm-project] b8f70f: [llvm] Remove "using support::endianness; " (NFC)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Oct 8 00:11:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8f70feaeff075b998f42c9ac54f8ee330cc0a6e
https://github.com/llvm/llvm-project/commit/b8f70feaeff075b998f42c9ac54f8ee330cc0a6e
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-08 (Sun, 08 Oct 2023)
Changed paths:
M llvm/include/llvm/Object/ELFTypes.h
M llvm/lib/DebugInfo/BTF/BTFParser.cpp
M llvm/lib/Support/BinaryStreamReader.cpp
Log Message:
-----------
[llvm] Remove "using support::endianness;" (NFC)
Now that llvm::support::endianness has been renamed to
llvm::endianness, we can directly get endianness from the llvm
namespace. We don't need to go through support.
More information about the All-commits
mailing list