-
Notifications
You must be signed in to change notification settings - Fork 435
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
Moving to LLVM 9.0.0 #142
Comments
Thanks! We will have a look and test once after the official release of LLVM-9.0. If you have any updates, please feel free to post. |
@yuleisui LLVM 9.0.0 has just been released. would you mind looking at it once more? |
Sure, will try to update to llvm 9 these two days. It seems that the terminaterInst has gone? |
yes it was removed in 8.0.0, see https://reviews.llvm.org/D47467 |
The build breaks in my macOS when I changed "add_llvm_loadable_module" to "add_llvm_library" in CMakeLists.txt. Any idea about this? |
Now SVF has been upgraded to LLVM-9.0.0, thanks |
Hello,
I've prepared the patch for LLVM 9.0.0 (this seems to build the Linux kernel):
lifeasageek@b7c0922
I haven't fully worked through if this is right, so please let me know if something's wrong.
The text was updated successfully, but these errors were encountered: