[PATCH] D109412: [MC] Make MCDwarfLineStr class public

Maksim Panchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 7 19:29:18 PDT 2021


maksfb created this revision.
maksfb added reviewers: probinson, ikudrin, MaskRay, ayermolo, rafaelauler.
Herald added a subscriber: hiraditya.
maksfb requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Add MCDwarfLineStr class to the public API.

Note that MCDwarfLineTableHeader::Emit(), takes MCDwarfLineStr as
an Optional<> parameter making it impossible to use the API if the class
is not publicly defined.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109412

Files:
  llvm/include/llvm/MC/MCDwarf.h
  llvm/lib/MC/MCDwarf.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109412.371236.patch
Type: text/x-patch
Size: 3390 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210908/8719efd5/attachment.bin>


More information about the llvm-commits mailing list