[PATCH] D120151: Add a new reflection section for multi-payload enum mask information

Shubham Sandeep Rastogi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 18 13:05:22 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1c1e2cce9a50: Add a new reflection section for multi-payload enum mask information (authored by rastogishubham).

Changed prior to commit:
  https://reviews.llvm.org/D120151?vs=409985&id=410004#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120151

Files:
  llvm/include/llvm/BinaryFormat/Swift.def


Index: llvm/include/llvm/BinaryFormat/Swift.def
===================================================================
--- llvm/include/llvm/BinaryFormat/Swift.def
+++ llvm/include/llvm/BinaryFormat/Swift.def
@@ -30,3 +30,4 @@
                      ".sw5prt$B")
 HANDLE_SWIFT_SECTION(acfuncs, "__swift5_acfuncs", "swift5_accessible_functions",
                      ".sw5acfn$B")
+HANDLE_SWIFT_SECTION(mpenum, "__swift5_mpenum", "swift5_mpenum", ".sw5mpen$B")


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120151.410004.patch
Type: text/x-patch
Size: 457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220218/849379fe/attachment.bin>


More information about the llvm-commits mailing list