[all-commits] [llvm/llvm-project] d7b18d: Use llvm::endianness{, ::little, ::native} (NFC)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Mon Oct 9 00:55:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d7b18d5083648c26b94adc2651edb87848138728
https://github.com/llvm/llvm-project/commit/d7b18d5083648c26b94adc2651edb87848138728
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-09 (Mon, 09 Oct 2023)
Changed paths:
M clang/include/clang/Basic/ObjCRuntime.h
M clang/include/clang/Basic/Sanitizers.h
M clang/include/clang/Lex/HeaderSearchOptions.h
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
M lld/ELF/Config.h
M lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp
M lldb/unittests/tools/lldb-server/tests/MessageObjects.h
M llvm/include/llvm/DebugInfo/GSYM/FileWriter.h
M llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h
M llvm/include/llvm/DebugInfo/GSYM/GsymReader.h
M llvm/include/llvm/Support/BinaryByteStream.h
M llvm/include/llvm/Support/BinaryItemStream.h
M llvm/include/llvm/Support/BinaryStream.h
M llvm/include/llvm/Support/BinaryStreamReader.h
M llvm/include/llvm/Support/BinaryStreamRef.h
M llvm/include/llvm/Support/BinaryStreamWriter.h
M llvm/include/llvm/Support/VersionTuple.h
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
M llvm/lib/DebugInfo/GSYM/GsymCreator.cpp
M llvm/lib/ProfileData/InstrProfReader.cpp
M llvm/lib/Support/BinaryStreamRef.cpp
M llvm/lib/Support/BinaryStreamWriter.cpp
M llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
M llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
M llvm/tools/llvm-objdump/llvm-objdump.cpp
M llvm/unittests/ADT/HashingTest.cpp
M llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp
M llvm/unittests/Support/HashBuilderTest.cpp
Log Message:
-----------
Use llvm::endianness{,::little,::native} (NFC)
Now that llvm::support::endianness has been renamed to
llvm::endianness, we can use the shorter form. This patch replaces
llvm::support::endianness with llvm::endianness.
More information about the All-commits
mailing list