-
Notifications
You must be signed in to change notification settings - Fork 123
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
Run llvm-mctoll occurs error #20
Comments
Thanks for reporting the failure. Will look at it. |
I have the same issue. The function |
Thanks for the additional detail. I will incorporate fixes for this along with the addition of follow on support that is needed to identify memory accesses and the types of accessed data to abstract them as LLVM variables as appropriate. (Issue #21). |
hi, when I use this tool to raise ls cmd, get core dump. |
This is the current problem I have with raising 'ls'. Assertion failed: (JmpTblBaseCalcMBB.pred_size() == 1) && "Expect a single predecessor during jump table discovery", file d:\llvm-project\llvm\tools\llvm-mctoll\x86\x86jumptables.cpp, line 221 |
Another problem raising CMOV which is issue #41. |
Hi, when I am trying to generate LLVM IR for
ls
, it cause errors as follows:(ubuntu 16.04 x64 LTS)
And here is the binary's info:
The text was updated successfully, but these errors were encountered: