[all-commits] [llvm/llvm-project] b88859: Use llvm::endianness::{big, little, native} (NFC)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Tue Oct 10 22:55:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b8885926f8115d5fe2c06907e066cae061d5f230
      https://github.com/llvm/llvm-project/commit/b8885926f8115d5fe2c06907e066cae061d5f230
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-10-10 (Tue, 10 Oct 2023)

  Changed paths:
    M clang/lib/APINotes/APINotesWriter.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Driver/OffloadBundler.cpp
    M lld/ELF/DWARF.h
    M lldb/source/Plugins/ObjectFile/PDB/ObjectFilePDB.cpp
    M llvm/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
    M llvm/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
    M llvm/include/llvm/Support/BinaryByteStream.h
    M llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
    M llvm/lib/DebugInfo/CodeView/RecordName.cpp
    M llvm/lib/DebugInfo/CodeView/RecordSerialization.cpp
    M llvm/lib/DebugInfo/LogicalView/Readers/LVCodeViewReader.cpp
    M llvm/lib/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.cpp
    M llvm/lib/DebugInfo/MSF/MSFBuilder.cpp
    M llvm/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
    M llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp
    M llvm/lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp
    M llvm/lib/ProfileData/InstrProfReader.cpp
    M llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
    M llvm/tools/llvm-objdump/MachODump.cpp
    M llvm/tools/llvm-objdump/llvm-objdump.cpp
    M llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp
    M llvm/tools/llvm-pdbutil/ExplainOutputStyle.cpp
    M llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp
    M llvm/tools/llvm-readobj/COFFDumper.cpp
    M llvm/tools/llvm-readobj/MachODumper.cpp
    M llvm/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
    M llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp
    M llvm/unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp
    M llvm/unittests/Support/BinaryStreamTest.cpp
    M llvm/unittests/Support/HashBuilderTest.cpp
    M llvm/unittests/Support/YAMLIOTest.cpp

  Log Message:
  -----------
  Use llvm::endianness::{big,little,native} (NFC)

Note that llvm::support::endianness has been renamed to
llvm::endianness while becoming an enum class as opposed to an enum.
This patch replaces llvm::support::{big,little,native} with
llvm::endianness::{big,little,native}.




More information about the All-commits mailing list