Commit cde4534
committed
[TBD] Add initializers AFPs to TBD.
Previously, the async function pointers for initializers were omitted
from TBD files. That resulted in a mismatch between the symbols
exported from the IR module and those listed in the TBDS.
Here, that is corrected. As with regular function pointers, the symbols
for the async function pointers for initializers need to be manually
added just as the symbols for initializers themselves need to be
manually added.
rdar://820451761 parent 71c0eae commit cde4534
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
988 | 988 | | |
989 | 989 | | |
990 | 990 | | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
991 | 995 | | |
992 | 996 | | |
993 | 997 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments