search for: r213454

Displaying 2 results from an estimated 2 matches for "r213454".

2014 Aug 01
2
[LLVMdev] Building LLVM as a shared library on MinGw (Makefiles)
...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 --enable-optimized --enable-shared --enable-targets=x86,x86_64 I used Mingw-w64 4.9.1 i686 posix + Clang r213454. Sorry for my English. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140801/7e0e1f74/attachment.html>
2014 Aug 01
3
[LLVMdev] Building LLVM as a shared library on MinGw (Makefiles)
The sed invocation in tools/llvm-shlib is stripping leading underscores from symbols. This was breaking the windows dll build on MinGw for me but I figure since it was in there it must work for somebody. I'd like to figure out which configurations need the underscore stripped and which don't. Is there anybody else building DLLs under MinGw? Thanks, Keno