Files
llvm-project/bolt/lib/Rewrite/LinuxKernelRewriter.cpp
Sergei Barannikov f4e1a51d10 [bolt] Remove unused argument of DataExtractor constructor (NFC) (#191841)
`AddressSize` parameter is not used by `DataExtractor` and will be
removed in the future. See #190519 for more context.

I took the liberty of switching from using the `StringRef` constructor
overload to `ArrayRef` where appropriate.
2026-04-14 08:13:54 +03:00

73 KiB