SVF-tools/SVF

Moving to LLVM 9.0.0

lifeasageek opened this issue · 6 comments

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.

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