Skip to content

Commit

Permalink
tricore: fixes #2474 (#2523)
Browse files Browse the repository at this point in the history
* tricore: fix auto-sync tricore

* tricore: fixes TriCoreGenCSMappingInsnName.inc

* tricore: fixes

* tricore: try fix ld.a SC

* tricore: fixes all

* Add TriCore to .github/workflows/auto-sync.yaml

* Add TriCore details tests(a15, d15, a10|sp)
  • Loading branch information
imbillow authored Nov 1, 2024
1 parent 09f3596 commit f6f9679
Show file tree
Hide file tree
Showing 29 changed files with 12,521 additions and 13,401 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
./src/autosync/ASUpdater.py -d -a Mips -s IncGen
./src/autosync/ASUpdater.py -d -a SystemZ -s IncGen
./src/autosync/ASUpdater.py -d -a Xtensa -s IncGen
./src/autosync/ASUpdater.py -d -a TriCore -s IncGen
- name: CppTranslator - Patch tests
run: |
Expand All @@ -98,3 +99,4 @@ jobs:
./src/autosync/ASUpdater.py --ci -d -a Mips -s Translate
./src/autosync/ASUpdater.py --ci -d -a SystemZ -s Translate
./src/autosync/ASUpdater.py --ci -d -a Xtensa -s Translate
./src/autosync/ASUpdater.py --ci -d -a TriCore -s Translate
134 changes: 0 additions & 134 deletions arch/TriCore/TriCore.td

This file was deleted.

61 changes: 0 additions & 61 deletions arch/TriCore/TriCoreCallingConv.td

This file was deleted.

Loading

0 comments on commit f6f9679

Please sign in to comment.