-
Notifications
You must be signed in to change notification settings - Fork 8
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
Bugs When I running IntAbs #2
Comments
Have you tried with LLVM 3.6? AFAIR, some libraries I was using were strictly dependent on specific LLVM version. As I am out of the town these days, I can take a look at the them specifically once I get back around next weekend. Please let me know if you still encounter the same error with 3.6. |
Thank you very much for your reply. I have tried with LLVM 3.6 and it reports the following errors. I also tried LLVM3.7, but the results were the same.
|
Dear Author,
I encountered some bugs when I running IntAbs. I would look forward to receiving your advice for fixing these errors. I would be very grateful.
I can run the IntAbs when I used LLVM 3.8.0, However, when I examined the output file, I found that the output file I was running was different from the one you provided.
These are the last few lines in the box_ncomb_nonpri.out file,and the file is in the test1 directory. At line 230, I notice that the number of Errors found is 0 instead of 1. The same happens in other test files.
226 [WARNING] Value not dumped to metadata: @A = common global i32 0, align 4
227 type not handled
228 [WARNING] Value not dumped to metadata: @b = common global i32 0, align 4
229 type not handled
230 Errors found: 0
231 Max Permutations: 0
232 Total pairs: 0
233 Filtered pairs: 0
box_ncomb_nonpri_out.txt
box_ncomb_nonpri_errs.txt
The text was updated successfully, but these errors were encountered: