[cfe-dev] clang and mingw

Anton Korobeynikov anton at korobeynikov.info
Sun Mar 14 05:56:30 PDT 2010


> Ok I found that from 08th march 2010, clang is not compiled anymore on
> mingw.
> Problem seems to be the following lines:
>
> C:\Developer\Mingw-NG\home\Vincent\llvm_20100308\tools\clang\tools\Makefile:
>
> include $(LEVEL)/Makefile.config
>
> ifeq ($(OS), $(filter $(OS), Cygwin MingW))
> DIRS := $(filter $(DIRS), CIndex)
> DIRS := $(filter $(DIRS), c-index-test)
> endif
>
> If I comment them, clang/c++ are finally built.
I believe I just committed the fix, please verify


-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the cfe-dev mailing list