Skip to content

Commit 464fb16

Browse files
committedOct 5, 2018
Update Mangling Docs
1 parent 2bcdcdd commit 464fb16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎docs/ABI/Mangling.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Mangling
99
--------
1010
::
1111

12-
mangled-name ::= '$S' global
12+
mangled-name ::= '$s' global
1313

1414
All Swift-mangled names begin with this prefix.
1515

@@ -114,6 +114,7 @@ field offsets are therefore required when accessing fields in generic
114114
types where the metadata itself has unknown layout.)
115115

116116
::
117+
117118
global ::= global 'Tj' // resilient method dispatch thunk
118119
global ::= global 'Tq' // method descriptor
119120

0 commit comments

Comments
 (0)
Please sign in to comment.