[llvm] [SHT_LLVM_BB_ADDR_MAP][obj2yaml] Implements PGOAnalysisMap for elf2yaml and tests. (PR #80924)
Micah Weston via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 12 12:14:04 PST 2024
================
@@ -889,6 +889,8 @@ ELFDumper<ELFT>::dumpBBAddrMapSection(const Elf_Shdr *Shdr) {
DataExtractor Data(Content, Obj.isLE(), ELFT::Is64Bits ? 8 : 4);
std::vector<ELFYAML::BBAddrMapEntry> Entries;
+ bool FoundPGOAnalysis = false;
----------------
red1bluelost wrote:
agreed, changed that variable
https://github.com/llvm/llvm-project/pull/80924
More information about the llvm-commits
mailing list