File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -594,6 +594,16 @@ of `Optional<Int>`.) Sugared types preserve information about the form
594
594
and use of the type even though the behavior usually does not change
595
595
(except for things like access control). Contrast with [canonical type](#canonical-type).
596
596
597
+ ## TBD
598
+
599
+ Text-based dynamic library files (TBDs) are a textual representation of
600
+ the information in a dynamic library / shared library that is required
601
+ by the static linker.
602
+
603
+ Apple’s SDKs originally used Mach-O Dynamic Library Stubs. Mach-O Dynamic
604
+ Library Stubs are dynamic library files, but with all the text and data
605
+ stripped out.
606
+
597
607
## thunk
598
608
599
609
In the Swift compiler, a synthesized function whose only purpose is to
You can’t perform that action at this time.
0 commit comments