[all-commits] [llvm/llvm-project] 80f6b7: [Object] Remove unused argument of DataExtractor c...

Sergei Barannikov via All-commits all-commits at lists.llvm.org
Sat May 30 23:07:05 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 80f6b7641ef95d435a9e641970291375e3013cbe
      https://github.com/llvm/llvm-project/commit/80f6b7641ef95d435a9e641970291375e3013cbe
  Author: Sergei Barannikov <barannikov88 at gmail.com>
  Date:   2026-05-31 (Sun, 31 May 2026)

  Changed paths:
    M llvm/include/llvm/Object/ELF.h
    M llvm/lib/Object/Decompressor.cpp
    M llvm/lib/Object/ELF.cpp
    M llvm/lib/Object/MachOObjectFile.cpp
    M llvm/lib/Object/XCOFFObjectFile.cpp

  Log Message:
  -----------
  [Object] Remove unused argument of DataExtractor constructor (NFC) (#197124)

`AddressSize` parameter is not used by `DataExtractor` and will be
removed in the future. See #190519 for more context.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list