| author | |
| committer | |
| log | fb9673f2081b6f29fe3979f07c3224b2e7be8010 |
| tree | 57a7c5d6fb99261c4a333b1a974de196939b67ca |
| parent | a2df84d0ffe3b7bce96f55a5d7063630aac75116 |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/coff.zig+2| ... | ... | @@ -1460,6 +1460,8 @@ pub const ImportNameType = enum(u3) { |
| 1460 | 1460 | /// The import name is the public symbol name, but skipping the leading ?, @, or optionally _, |
| 1461 | 1461 | /// and truncating at the first @. |
| 1462 | 1462 | NAME_UNDECORATE = 3, |
| 1463 | /// https://github.com/llvm/llvm-project/pull/83211 | |
| 1464 | NAME_EXPORTAS = 4, | |
| 1463 | 1465 | _, |
| 1464 | 1466 | }; |
| 1465 | 1467 |