LLVMSharp icon indicating copy to clipboard operation
LLVMSharp copied to clipboard

`libLLD`/`LLDSharp` considered/possible?

Open NickStrupat opened this issue 4 years ago • 1 comments

Has there been consideration to expand the ClangSharp and LLVMSharp projects to include the LLD (linker) tool? It would be amazing to be able to link full native binaries all from .NET.

NickStrupat avatar Feb 16 '21 16:02 NickStrupat

This would be a larger undertaking as LLD does not have C bindings provided out of the box.

I'd be happy to consider providing such bindings if official C bindings can first be added to https://github.com/llvm/llvm-project

tannergooding avatar May 28 '21 07:05 tannergooding