[llvm] [SHT_LLVM_BB_ADDR_MAP][AsmPrinter] Implements PGOAnalysisMap emitting in AsmPrinter with tests. (PR #75202)
Rahman Lavaee via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 05:41:04 PST 2023
================
@@ -1377,7 +1399,8 @@ void AsmPrinter::emitBBAddrMapSection(const MachineFunction &MF) {
uint8_t BBAddrMapVersion = OutStreamer->getContext().getBBAddrMapVersion();
----------------
rlavaee wrote:
Yes. Sounds good to me.
https://github.com/llvm/llvm-project/pull/75202
More information about the llvm-commits
mailing list