[PATCH] D130875: [Metadata] Introduce MD_pcsections

Marco Elver via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 01:53:55 PDT 2022


melver created this revision.
Herald added subscribers: pengfei, hiraditya, kristof.beyls.
Herald added a project: All.
melver requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Introduces MD_pcsections metadata kind. Along with it introduce tests
for X86 and AArch64, which are marked BROKEN, but will incrementally be
supported with subsequent changes.

See added documentation for more details.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130875

Files:
  llvm/docs/PCSectionsMetadata.rst
  llvm/docs/Reference.rst
  llvm/include/llvm/IR/FixedMetadataKinds.def
  llvm/include/llvm/IR/MDBuilder.h
  llvm/lib/IR/MDBuilder.cpp
  llvm/test/CodeGen/AArch64/pcsections.ll
  llvm/test/CodeGen/X86/pcsections.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130875.448943.patch
Type: text/x-patch
Size: 13257 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220801/95ee71ac/attachment.bin>


More information about the llvm-commits mailing list