mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
lib/std/coff: add ImportNameType.NAME_EXPORTAS variant
This commit is contained in:
parent
a2df84d0ff
commit
fb9673f208
@ -1460,6 +1460,8 @@ pub const ImportNameType = enum(u3) {
|
||||
/// The import name is the public symbol name, but skipping the leading ?, @, or optionally _,
|
||||
/// and truncating at the first @.
|
||||
NAME_UNDECORATE = 3,
|
||||
/// https://github.com/llvm/llvm-project/pull/83211
|
||||
NAME_EXPORTAS = 4,
|
||||
_,
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user