[PATCH] D158889: [AsmPrinter][PGO] Adds optional dumping of branch probabilities for PGO metrics.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 30 14:34:58 PDT 2023
MaskRay added inline comments.
================
Comment at: llvm/lib/MC/MCObjectFileInfo.cpp:1225
+ unsigned Flags = ELF::SHF_LINK_ORDER;
+ StringRef GroupName;
+ if (const MCSymbol *Group = ElfSec.getGroup()) {
----------------
This logic hasn't been thoroughly tested. We need comdat and `!associated`. Please see the log of the code you copied from.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158889/new/
https://reviews.llvm.org/D158889
More information about the llvm-commits
mailing list