Skip to content

Commit f1b35a2

Browse files
committed
Update ABI.rst for new local decl mangling
Swift SVN r24427
1 parent fab3d49 commit f1b35a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ABI.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ Globals
782782
decl-name ::= identifier
783783
decl-name ::= local-decl-name
784784
decl-name ::= private-decl-name
785-
local-decl-name ::= 'L' index identifier // locally-discriminated declaration
785+
local-decl-name ::= 'L' identifier index identifier // locally-discriminated declaration
786786
private-decl-name ::= 'P' identifier identifier // file-discriminated declaration
787787
reabstract-signature ::= ('G' generic-signature)? type type
788788
addressor-kind ::= 'u' // unsafe addressor (no owner)

0 commit comments

Comments
 (0)