Displaying 1 result from an estimated 1 matches for "bddc397e".
2014 Aug 01
2
[LLVMdev] Building LLVM as a shared library on MinGw (Makefiles)
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