-
Notifications
You must be signed in to change notification settings - Fork 129
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
LLVM/Clang 13: creduce fails to build #239
Comments
@wcohen , I created a branch llvm-13.0 that works with LLVM 13.0 release. Thanks! |
I was able to successfully build the llvm-13.0 branch on Fedora 35. The creduce provided the same reduction on Fedora 35 as on Fedora 33. Thanks Is that going to be merged into the main branch of creduce or is there some incompatibility with earlier versions of LLVM? |
The example used to exercise creduce on Fedora 35 was from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96937, GCC Bug 96937 - Duplicate DW_TAG_formal_parameter in out-of-line DW_TAG_subprogram instance |
Yes, it's not compatible with earlier LLVM versions. We will keep this as a separate branch for now. Thanks. |
Thank you for the info! |
|
Attempted to build the master branch of creduce on Fedora 35 after installing the dependencies. Fedora 32 is using LLVM-13. The build fails:
Saw that there were some branches ( llvm-11.0 and llvm-12.0-dev) that appear to try to address problems with newer versions of LLVM, but those also failed. Both llvm-11.0 and llvm-12.0-dev get the following error:
The text was updated successfully, but these errors were encountered: