Artisan-Lab / RAP

Rust Analysis Platform
Apache License 2.0
13 stars 3 forks source link

which version of llvm does the project need ? #6

Closed y1lan closed 3 weeks ago

y1lan commented 3 weeks ago

I am trying to build the project but facing the error that the absence of lib "LLVMCore" and "LLVMIRReader". So I would like to know that which version of llvm would I install ?

y1lan commented 3 weeks ago

I used the version of rustc/17.0-2023-09-19 and compiled successfully.