Displaying 1 result from an estimated 1 matches for "1039555".
Did you mean:
1009555
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