[PATCH] D130875: [Metadata] Introduce MD_pcsections

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 23:52:05 PDT 2022


dvyukov accepted this revision.
dvyukov added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/docs/PCSectionsMetadata.rst:36-37
+The occurrence of "section#1", "section#2", ..., "section#N" in the metadata
+causes the backend to emit the PC for the associated instruction or function to
+be emitted to all named sections. For each emitted PC in a section #N, the
+constants "aux-consts#N" will be emitted after the PC.
----------------
There seems to be something with wording:
"backend to emit the PC ... to be emitted to all named sections"
"backend to emit the PC ... to all named sections"?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130875



More information about the llvm-commits mailing list