Skip to content

Is there anything "missing" from this? #222

Answered by tannergooding
The-Futurist asked this question in Q&A
Discussion options

You must be logged in to vote

there's anything important missing from LLVMSharp that could cause a problem.

LLVMSharp is simply bindings over the official LLVM-C library provided by LLVM themselves. LLVM-C is not as feature complete or comprehensive as the main LLVM API and while the vast majority of important features are there, there are bits "missing".

ClangSharp makes up for this by providing libClangSharp to fill in the gaps. I have plans on providing a similar libLLVMSharp but haven't had time to actually implement that yet.

Also is this up to date, does it reflect a reasonably recent version of the actual LLVM API?

It's currently v16.0.0 while the latest official version of LLVM is v18.0.0 and was released …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ds5678
Comment options

Answer selected by The-Futurist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants