-
Notifications
You must be signed in to change notification settings - Fork 55
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
Support for LLVM 11/12/13/14 #187
Comments
I've updated the issue to include LLVM 13 as well. |
All PRs to KLEE's upstream have been merged! 🥳 |
Great work! 👍 |
I've updated the issue to include LLVM 14 as well since 14.0.0-rc1 is scheduled for Feb 4 and final release for Mar 15. |
(probably relevant for this issue:) The default LLVM (10.0.1) cannot be built anymore with newer compilers (GCC 11+, Clang 12+) due to some changes in library dependencies described here. To be precise, the compilation of LLVM when using |
Thanks @MichalHe! Some unmerged (and unreviewed) fixes to the |
Issue to track changes needed to support LLVM 11, 12, 13 and 14:
dg
sbt-slicer
klee
sbt-instrumentation
llvm2c
sbt-transforms
symbiotic
The text was updated successfully, but these errors were encountered: