[all-commits] [llvm/llvm-project] 6480fe: [llvm] Drop unaligned from calls to llvm::support:...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Mon Oct 9 00:14:53 PDT 2023


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

  Changed paths:
    M llvm/include/llvm/Support/BinaryStreamReader.h
    M llvm/include/llvm/Support/BinaryStreamWriter.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h

  Log Message:
  -----------
  [llvm] Drop unaligned from calls to llvm::support::endian::{read,write} (NFC)

The last template parameter of llvm::support::endian::{read,write}
defaults to unaligned, so we can drop that at call sites.




More information about the All-commits mailing list