Skip to content

Commit

Permalink
Add ARC to Targets constants
Browse files Browse the repository at this point in the history
  • Loading branch information
R33v0LT committed Dec 17, 2024
1 parent e4aef04 commit 0f29088
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions suite/auto-sync/src/autosync/Targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"ARC": "ARC",
"Xtensa": "Xtensa",
"TriCore": "TriCore",
"ARC": "ARC",
"ARCH": "ARCH", # For testing
}

Expand All @@ -55,5 +56,6 @@
"Mips": "Mips",
"Xtensa": "Xtensa",
"TriCore": "TriCore",
"ARC": "ARC",
"ARCH": "ARCH", # For testing
}

0 comments on commit 0f29088

Please sign in to comment.