Skip to content
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

Multiple clang passes encountering 'pass error' #28

Closed
gargaroff opened this issue Jun 5, 2020 · 3 comments
Closed

Multiple clang passes encountering 'pass error' #28

gargaroff opened this issue Jun 5, 2020 · 3 comments

Comments

@gargaroff
Copy link

gargaroff commented Jun 5, 2020

I was reducing a pre-processed test case with 8 jobs in parallel and 11 passes encountered a pass error. I have attached a zip archive with the created bug report for each of them.

If you need any other info, let me know.

[File deleted]

@marxin
Copy link
Owner

marxin commented Jun 8, 2020

Thank you very much for the report. However, I was unable to reproduce the failures with both LLVM9 and LLVM10. What version of libllvm do you use? Try ldd ./clang_delta/clang_delta.

Can you please try to run:

$ ./clang_delta/clang_delta --transformation=aggregate-to-scalar /tmp/cvise_bug_0/t15_20acase1.i --counter=1

You can also try to run it in a gdb.

@gargaroff
Copy link
Author

I'm using LLVM11, built from source (Debug+Asserts and Release+Asserts), commit hash llvm/llvm-project@052c962ced7, should have mentioned that in the beginning.

I cannot run the above command at this moment, so hopefully knowing that LLVM11 was used enough for you at this point. If you still need the command output at a later stage, I'll do it once I get the time.

@marxin
Copy link
Owner

marxin commented Jun 9, 2020

Thanks!
That explains why I can't reproduce that. Please use a released LLVM version, note that LLVM11 is a development branch and I would expect some failures..

@marxin marxin closed this as completed Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants