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 -- “One of the main causes of the fall of the Roman Empire was that–lacking zero–they had no way to indicate successful termination of their C programs.” (Robert Firth) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110512/d41fccd2/attachment.html>
Timothy Baldridge <tbaldridge at 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 at 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.