Mangling: Add a mangling for back deployment fallback functions and update the back deployment thunk mangling to use the same prefix.

This commit is contained in:
Allan Shortlidge
2022-02-17 18:21:16 -08:00
parent 97e8e31b5c
commit ed6d69fb15
9 changed files with 44 additions and 14 deletions

View File

@@ -332,7 +332,8 @@ NODE(CompileTimeConst)
// Added in Swift 5.7
NODE(OpaqueReturnTypeIndexed)
NODE(BackDeployed)
NODE(BackDeploymentThunk)
NODE(BackDeploymentFallback)
#undef CONTEXT_NODE
#undef NODE