Closed ecto closed 4 years ago
There are some known bugs when building for LLVM v10 right now. You can try to use PR #102 and see if that works for you. I'm not sure what's the status on getting PR #102 merged. I believe the main holdup is the fact that llvm::MaybeAlign doesn't exist on older versions which means it works only on LLVM 10+
Thank you @vihanb! #102 did allow me to install the package. My bad for not checking open PRs
Hey there, I'm trying to install version 2.1.0 of this library against LLVM 10.0.1. I'm getting the following error while npm installing:
Any ideas? I'm not familiar enough with the ecosystem to debug the llvm-node/llvm boundary.
In the meantime, I'm going to try compiling against an older version of LLVM and report back