We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5fd82 commit 102fb68Copy full SHA for 102fb68
Tools/jit/_schema.py
@@ -89,6 +89,7 @@ class COFFSection(typing.TypedDict):
89
Characteristics: dict[
90
typing.Literal["Flags"], list[dict[typing.Literal["Name"], str]]
91
]
92
+ Name: dict[typing.Literal["Value"], str]
93
Number: int
94
RawDataSize: int
95
Relocations: list[dict[typing.Literal["Relocation"], COFFRelocation]]
0 commit comments