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

Keno Fischer kfischer at college.harvard.edu
Fri Aug 1 13:34:00 PDT 2014


Did you recompile completely? I just want to make sure you don't have
any stale state.

On Fri, Aug 1, 2014 at 4:25 PM, Ivan Garramona
<heavenandhell171 at gmail.com> wrote:
> 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.



More information about the llvm-dev mailing list