[all-commits] [llvm/llvm-project] 6277fb: [Support] Remove unused argument of DataExtractor ...
Sergei Barannikov via All-commits
all-commits at lists.llvm.org
Mon Jun 1 10:48:09 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6277fbf3f1afe5a87a66301cadeb5daa4dfce3b4
https://github.com/llvm/llvm-project/commit/6277fbf3f1afe5a87a66301cadeb5daa4dfce3b4
Author: Sergei Barannikov <barannikov88 at gmail.com>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M llvm/include/llvm/Support/ELFAttrParserCompact.h
M llvm/include/llvm/Support/ELFAttrParserExtended.h
M llvm/lib/Support/ELFAttrParserCompact.cpp
M llvm/lib/Support/ELFAttrParserExtended.cpp
Log Message:
-----------
[Support] Remove unused argument of DataExtractor constructor (NFC) (#197121)
`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