且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将Haskell程序编译为LLVM IR

更新时间:2023-11-10 16:47:16

是的,GHC需要LLVM的确切版本. LLVM的内部结构变化非常快,因此GHC(就像许多其他针对或使用LLVM的工具一样)采用了非常保守的方法来对这些工具进行版本控制.

Yes, GHC expects an exact version of LLVM. The LLVM internals change very quickly, and so GHC (like many other tools which target or use LLVM) takes a very conservative approach to versioning of those tools.