[PATCH] D120151: Add a new reflection section for multi-payload enum mask information
Tim Kientzle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 18 11:35:46 PST 2022
tbkka created this revision.
tbkka requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Add a new reflection section for multi-payload enum mask information
Repository:
rG LLVM Github Monorepo
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,5 @@
".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.409985.patch
Type: text/x-patch
Size: 479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220218/cdda50af/attachment.bin>
More information about the llvm-commits
mailing list