[LLVMdev] Where do header files patched with llvm-gcc come from?

Anton Korobeynikov anton at korobeynikov.info
Tue Mar 29 04:36:32 PDT 2011


Hello

> The llvm-gcc front end mingw binary on llvm.org has patched a lot of *.h
> files under include directory. But when building llvm-gcc on mingw myself,
> there is no header file generated under include directory. So where do these
> header files come from? I am concerned for their licenses.
These are ordinary mingw-runtime and w32-api headers. As far as I
remember, only complex.h was patched not to include inline fp math.

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



More information about the llvm-dev mailing list