You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update llvm-sys dependency to support llvm 15+
With llvm 15 and newer build fails bc of undefined symbols LLVMBuildCall and LLVMBuildLoad in llvm-sys crate. Please change link for this crate or fork it, changes to support newer llvm is pretty trivial.
The text was updated successfully, but these errors were encountered:
We tested llvm 15+ (a few) and the performance was worse than the current version (13). You may fork it and change it to LLVM 15 in the install_deb.sh file if the performance is not a major factor for you.
Update llvm-sys dependency to support llvm 15+
With llvm 15 and newer build fails bc of undefined symbols
LLVMBuildCall
andLLVMBuildLoad
in llvm-sys crate. Please change link for this crate or fork it, changes to support newer llvm is pretty trivial.The text was updated successfully, but these errors were encountered: