[LLVMdev] Cygwin patches for 2.7

Chris Lattner clattner at apple.com
Sat Mar 6 16:18:05 PST 2010


On Mar 6, 2010, at 1:47 PM, Aaron Gray wrote:

> On 6 March 2010 19:12, Chris Lattner <clattner at apple.com> wrote:
> On Mar 6, 2010, at 3:49 AM, Aaron Gray wrote:
>> 
>> 
>> +ifeq ($(OS), $(filter $(OS), Cygwin MingW))
>> +DIRS := $(filter $(DIRS), CIndex)
>> +DIRS := $(filter $(DIRS), c-index-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..

I committed a fixed patch as r97892

-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100306/e39a5766/attachment.html>


More information about the llvm-dev mailing list