[LLVMdev] Building LLVM as a shared library on MinGw (Makefiles)

Ivan Garramona heavenandhell171 at gmail.com
Fri Aug 1 13:25:36 PDT 2014


2014-08-01 16:51 GMT-03:00 Keno Fischer <kfischer at college.harvard.edu>:

> Hmm, that's intersting. I guess the difference might be that you're
> targetting 32bit and I'm targetting 64bit. Does it still work if you
> replace
> "s/^.* T _\([^.][^.]*\)$$/\1/p"
> by
> "s/^.* T \([^.][^.]*\)$$/\1/p"
> in
> tools/llvm-shlib (and 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>


More information about the llvm-dev mailing list