The following two headers files (among others) are included when compiling
LLVM for x64 Windows using the MinGW-w64 headers:

propkeydef.h
rpcsal.h

These are copyrighted by Maarten Lankhorst and Francois Gouget under the
LGPL 2.1. As far as I can tell, these are the only two MinGW-w64 headers
currently needed by LLVM that are licensed under some version of the GPL or
LGPL (and don't include the GCC Runtime Library Exception v3.1).

I've been working on putting together an x64 c++ toolchain for a Windows
host and target using LLVM and MinGW-w64 that's licensed in a way that's
compatible with commercial use. I've had to reimplement those two files in
order to achieve that, and would like to provide those implementations to
the MinGW-w64 project released to the public domain.

Does that sound reasonable? If so, I can submit a patch.

--
Dustin Gadal

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to