On Mon, Oct 11, 2010 at 4:54 PM, Jeff Cook jeff@deserettechnology.com wrote:
Just wondering if anyone has experimented building WINE with LLVM instead of GCC. For those who haven't been following it closely, LLVM/Clang is fairly mature now and can now build some really mammoth projects. Has anyone experimented in building WINE with LLVM/Clang? If so, what results were gotten? My understanding is that WINE tries hard to be pretty portable and non-GCC-specific, so I would expect good results...
Wine is mostly used and developed on Linux, so parts of it were fairly GCC specific, but I think most of it has been fixed by now so its compatible with LLVM/clang.
Have a look at the Wiki page as well: http://wiki.winehq.org/Clang
Thanks From Jeff
Damjan Jovanovic