Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix lint error
  • Loading branch information
aisk committed Mar 11, 2026
commit fd3b17530ec2db2847ddfeb57fd8cd4d8a48e6e8
2 changes: 1 addition & 1 deletion Tools/cases_generator/uop_metadata_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
Analysis,
analyze_files,
get_uop_cache_depths,
MAX_CACHED_REGISTER,
Uop,
MAX_CACHED_REGISTER,
)
from generators_common import (
DEFAULT_INPUT,
Expand Down
1 change: 1 addition & 0 deletions Tools/jit/_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"_R", _schema.COFFRelocation, _schema.ELFRelocation, _schema.MachORelocation
)


@dataclasses.dataclass
class _Target(typing.Generic[_S, _R]):
triple: str
Expand Down
Loading