Skip to content

Commit fb9673f

Browse files
committed
lib/std/coff: add ImportNameType.NAME_EXPORTAS variant
1 parent a2df84d commit fb9673f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/std/coff.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,6 +1460,8 @@ pub const ImportNameType = enum(u3) {
14601460
/// The import name is the public symbol name, but skipping the leading ?, @, or optionally _,
14611461
/// and truncating at the first @.
14621462
NAME_UNDECORATE = 3,
1463+
/// https://github.com/llvm/llvm-project/pull/83211
1464+
NAME_EXPORTAS = 4,
14631465
_,
14641466
};
14651467

0 commit comments

Comments
 (0)