Skip to content

Commit bce7980

Browse files
add fix for CI?;
1 parent a55268e commit bce7980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/jit/_targets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
@dataclasses.dataclass
3535
class _Target(typing.Generic[_S, _R]):
3636
triple: str
37+
condition: str
3738
_: dataclasses.KW_ONLY
3839
alignment: int = 1
3940
args: typing.Sequence[str] = ()

0 commit comments

Comments
 (0)