[PATCH] D141969: [bolt][dwarf] Change loclist encoding to use base_addrx
Maksim Panchenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 18 19:06:23 PST 2023
maksfb accepted this revision.
maksfb added a comment.
This revision is now accepted and ready to land.
s/[bolt]/[BOLT]/
LGTM with nits.
================
Comment at: bolt/lib/Core/DebugData.cpp:215
+};
+template <typename DebugVector, typename ListEntries,
+ typename DebugAddressEntry>
----------------
s/ListEntries/ListEntry/ ?
================
Comment at: bolt/lib/Core/DebugData.cpp:220
+ uint32_t &Index, const ListEntries BaseAddressx,
+ const ListEntries Offsetpair,
+ const ListEntries EndOfList,
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141969/new/
https://reviews.llvm.org/D141969
More information about the llvm-commits
mailing list