Hi Mikhail,> Aaron Gray <aaronngray.lists <at> googlemail.com> writes: >> I have not tried as of yet. > > Just compile with `make VERBOSE=1` and then copy, paste & edit > the offending line.Okay>> I don't think Cygwin supports loadable modules anyway. > > Really, Cygwin doesn't allow to produce DLLs? Then I guess I > should make this a configure option.I sent you a _patch_ that disables it on Cygwin for the time being. LLVM does not load DLL's properly apparently. I would love to get to the bottom of this at some point. Anyway the patch is on the commits list anyway. Aaron
Hi Aaron, Aaron Gray <aaronngray.lists <at> googlemail.com> writes:> I sent you a _patch_ that disables it on Cygwin for the time being. LLVM > does not load DLL's properly apparently. I would love to get to the bottom > of this at some point.I've just added an --enable-llvmc-dynamic configure option (enabled only on Windows by default). This is based on your patch.
Mikhail, Great. Thanks alot, Aaron 2009/7/3 Mikhail Glushenkov <foldr at codedgers.com>> Hi Aaron, > > Aaron Gray <aaronngray.lists <at> googlemail.com> writes: > > > I sent you a _patch_ that disables it on Cygwin for the time being. LLVM > > does not load DLL's properly apparently. I would love to get to the > bottom > > of this at some point. > > I've just added an --enable-llvmc-dynamic configure option (enabled > only on Windows by default). This is based on your patch. > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090703/8fc9732c/attachment.html>