search for: dl_open

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

Did you mean: _dl_open
2010 Mar 06
0
[LLVMdev] Cygwin patches for 2.7
...-test) > +endif > + > include $(LEVEL)/Makefile.common > > > Hi Aaron, did you actually test that this patch fixes the problem you're > seeing? > > Yes, its been tested on Cygwin, and disables CIndex and its test on Cygwin and MinGW. CIndex makes programatic usage of DL_open so cannot be used on either platform. There maybe a better solution as I just hacked this to get Clang to build on Cygwin.. Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100306/cedce0de/attachment.ht...
2010 Mar 06
2
[LLVMdev] Cygwin patches for 2.7
On Mar 6, 2010, at 3:49 AM, Aaron Gray wrote: > > I am hoping I can just not build the indexer and will see if I can get a patch together first for 2.7 before submitting a bug report if I have to. > > Okay here's a patch to no build the CIndexer on Cygwin and MinGW :- > > Index: tools/Makefile > =================================================================== >