[all-commits] [llvm/llvm-project] 1f1222: [llvm] Stop including Endian.h (NFC)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sat Oct 21 22:23:23 PDT 2023


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

  Changed paths:
    M llvm/lib/DebugInfo/MSF/MappedBlockStream.cpp
    M llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp
    M llvm/lib/DebugInfo/PDB/Native/InjectedSourceStream.cpp
    M llvm/lib/DebugInfo/PDB/Native/PublicsStream.cpp
    M llvm/lib/DebugInfo/PDB/Native/SymbolStream.cpp
    M llvm/lib/ExecutionEngine/JITLink/COFF.cpp
    M llvm/lib/ExecutionEngine/JITLink/ELF.cpp
    M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
    M llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp
    M llvm/tools/llvm-dwarfutil/DebugInfoLinker.cpp

  Log Message:
  -----------
  [llvm] Stop including Endian.h (NFC)

These files satisfy all of the following:

- misc-include-cleaner indicates that these files do not need
  Endian.h.
- They do not mention "endian" anywhere.
- They do not include any *.inc or *.def, which could need
  llvm::support::endian.




More information about the All-commits mailing list