You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text/0000-dll-kind.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,10 @@ Add a new value `dll` to the `kind` property of the `link` attribute. When this
67
67
* If neither `#[link_ordinal]` nor `#[link_name]` are specified, the idata section will map from the mangled symbol to its unmangled equivalent in the dll. The unmangled symbol will *not* have calling convention decorations.
68
68
* If `#[no_mangle]` is specified an error will be emitted.
69
69
70
-
The idata section that is produced is equivalent to the idata sections found in import libraries, and should result in identical code generation by the linker.
The [idata section] that is produced is equivalent to the idata sections found in [import libraries], and should result in identical code generation by the linker.
0 commit comments