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 a55268e commit bce7980Copy full SHA for bce7980
Tools/jit/_targets.py
@@ -34,6 +34,7 @@
34
@dataclasses.dataclass
35
class _Target(typing.Generic[_S, _R]):
36
triple: str
37
+ condition: str
38
_: dataclasses.KW_ONLY
39
alignment: int = 1
40
args: typing.Sequence[str] = ()
0 commit comments