Skip to content

Commit

Permalink
Add a new reflection section for multi-payload enum mask information
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D120151
  • Loading branch information
rastogishubham committed Feb 18, 2022
1 parent e7afbea commit 1c1e2cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/include/llvm/BinaryFormat/Swift.def
Expand Up @@ -30,3 +30,4 @@ HANDLE_SWIFT_SECTION(protocs, "__swift5_protos", "swift5_protocols",
".sw5prt$B")
HANDLE_SWIFT_SECTION(acfuncs, "__swift5_acfuncs", "swift5_accessible_functions",
".sw5acfn$B")
HANDLE_SWIFT_SECTION(mpenum, "__swift5_mpenum", "swift5_mpenum", ".sw5mpen$B")

0 comments on commit 1c1e2cc

Please sign in to comment.