I’d like to do some simple C# → LLVM C API bindings for windows. Is there a place I can get pre-built LLVM .dlls for windows?
Thanks
Timothy
I’d like to do some simple C# → LLVM C API bindings for windows. Is there a place I can get pre-built LLVM .dlls for windows?
Thanks
Timothy
Timothy Baldridge <tbaldridge@gmail.com> writes:
I'd like to do some simple C# -> LLVM C API bindings for windows. Is there a
place I can get pre-built LLVM .dlls for windows?
Building LLVM as DLL's on Visual Studio is not supported.
Timothy Baldridge <tbaldridge@gmail.com> writes:
> I'd like to do some simple C# -> LLVM C API bindings for
> windows. Is there a place I can get pre-built LLVM .dlls for
> windows?Building LLVM as DLL's on Visual Studio is not supported.
I didn't really mention Visual Studio....what about Mingw32?
IIRC the configure&make build supports building a big DLL comprising all
LLVM.