Displaying 2 results from an estimated 2 matches for "a4f8459".
Did you mean:
a4f8459e
2014 Aug 01
2
[LLVMdev] Building LLVM as a shared library on MinGw (Makefiles)
The shared library works fine here. I only made one modification to the
'tools/llvm-shlib/Makefile', because otherwise, two shared libraries would
be created.
I've commented out the line 'SHARED_ALIAS := 1' from the Makefile.
Here is the command line i used to build LLVM/Clang:
../../configure --build=i686-w64-mingw32 --disable-assertions
--enable-keep-symbols
2014 Aug 01
2
[LLVMdev] Building LLVM as a shared library on MinGw (Makefiles)
...nd similarly on the next line). If so I'll submit
> this as a patch, if not I'll see how we can distinguish the two cases.
>
It does work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140801/a4f8459e/attachment.html>