| ... | @@ -1460,6 +1460,8 @@ pub const ImportNameType = enum(u3) { | ... | @@ -1460,6 +1460,8 @@ pub const ImportNameType = enum(u3) { |
| 1460 | /// The import name is the public symbol name, but skipping the leading ?, @, or optionally _, | 1460 | /// The import name is the public symbol name, but skipping the leading ?, @, or optionally _, |
| 1461 | /// and truncating at the first @. | 1461 | /// and truncating at the first @. |
| 1462 | NAME_UNDECORATE = 3, | 1462 | NAME_UNDECORATE = 3, |
| | 1463 | /// https://github.com/llvm/llvm-project/pull/83211 |
| | 1464 | NAME_EXPORTAS = 4, |
| 1463 | _, | 1465 | _, |
| 1464 | }; | 1466 | }; |
| 1465 | | 1467 | |