尝试使用 Llvm 包中的 Llvm_analysis 模块时,我收到错误消息:
File "_none_", line 1:
Error: No implementations provided for the following modules:
Llvm_analysis referenced from .compiler.eobjs/native/dune__exe__Codegen.cmx
这是我的错误还是 llvm 包有问题?
沙丘文件是:
(executable
(name compiler)
(modes byte exe)
(libraries base stdio sexp_pretty str parsexp llvm)
(preprocess (pps ppx_jane ppx_regexp))
)