-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use it in current LLVM #3
Comments
Hi, That is so nice you are doing that! I think I can still help. Here is the location where you should change: SDT_TriCoreCallSeqStart Hope it works! |
@thetemplar the full support of Tricore was added into the mainstream capstone: https://github.com/capstone-engine/capstone/tree/next/arch/TriCore Feel free to try and report any bugs if there are any, pull requests are welcome too. See also TriDis/ditricore#2 (comment) |
Hi,
i am trying to merge this TriCore target into the current version of llvm.
I fixed some minor changes, but am stuck at here:
ADJCALLSTACKDOWN changed, so I had to add $amt2:
This now leads to this error:
But after hours if comparing it to existing/working projects, I still do not know what the problem here is.
I know you did not work on this for several years, but do you have an idea anyway?
Thanks!
The text was updated successfully, but these errors were encountered: