[PATCH] D96757: [InstrProfiling] Use ELF section groups for counters, data and values

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 00:43:33 PST 2021


phosek added a comment.

This is an alternative to D76802 <https://reviews.llvm.org/D76802> which uses zero-flag ELF section groups instead of `SHF_LINK_ORDER`. While testing D76802 <https://reviews.llvm.org/D76802>, we keep running into issues in real-world code, but this variant seems to be working.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96757/new/

https://reviews.llvm.org/D96757



More information about the llvm-commits mailing list