[PATCH] D102298: [MC] Add getLSDASection interface

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 5 00:36:39 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG065a9316aa60: [MC] Add getLSDASection interface (authored by Amir, committed by alexshap).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102298

Files:
  llvm/include/llvm/MC/MCObjectFileInfo.h


Index: llvm/include/llvm/MC/MCObjectFileInfo.h
===================================================================
--- llvm/include/llvm/MC/MCObjectFileInfo.h
+++ llvm/include/llvm/MC/MCObjectFileInfo.h
@@ -255,6 +255,7 @@
   MCSection *getDataSection() const { return DataSection; }
   MCSection *getBSSSection() const { return BSSSection; }
   MCSection *getReadOnlySection() const { return ReadOnlySection; }
+  MCSection *getLSDASection() const { return LSDASection; }
   MCSection *getCompactUnwindSection() const { return CompactUnwindSection; }
   MCSection *getDwarfAbbrevSection() const { return DwarfAbbrevSection; }
   MCSection *getDwarfInfoSection() const { return DwarfInfoSection; }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102298.350036.patch
Type: text/x-patch
Size: 698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210605/aad143c3/attachment.bin>


More information about the llvm-commits mailing list