mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #71545 from meg-gupta/manglingchanges
Add support for lifetime dependence mangling
This commit is contained in:
@@ -2180,7 +2180,7 @@ namespace decls_block {
|
||||
using LifetimeDependenceLayout =
|
||||
BCRecordLayout<LIFETIME_DEPENDENCE,
|
||||
BCFixed<1>, // hasInheritLifetimeParamIndices
|
||||
BCFixed<1>, // hasBorrowLifetimeParamIndices
|
||||
BCFixed<1>, // hasScopeLifetimeParamIndices
|
||||
BCArray<BCFixed<1>> // concatenated param indices
|
||||
>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user