Re: LLVM compilation

2010-10-11 Thread Ricardo Filipe
2010/10/12 Austin English : > On Mon, Oct 11, 2010 at 8:18 AM, Charles Davis > wrote: >> On 10/11/10 8:54 AM, Jeff Cook wrote: >>> Just wondering if anyone has experimented building WINE with LLVM >>> instead of GCC. >> I have. It's how I got involved in LLVM in the first place :). My very >> fir

Re: LLVM compilation

2010-10-11 Thread Austin English
On Mon, Oct 11, 2010 at 8:18 AM, Charles Davis wrote: > On 10/11/10 8:54 AM, Jeff Cook wrote: >> Just wondering if anyone has experimented building WINE with LLVM >> instead of GCC. > I have. It's how I got involved in LLVM in the first place :). My very > first post to cfe-dev (the Clang developm

Re: LLVM compilation

2010-10-11 Thread Charles Davis
On 10/11/10 8:54 AM, Jeff Cook wrote: > Just wondering if anyone has experimented building WINE with LLVM > instead of GCC. I have. It's how I got involved in LLVM in the first place :). My very first post to cfe-dev (the Clang development mailing list) was, in fact, asking about building Wine with

Re: LLVM compilation

2010-10-11 Thread Detlef Riekenberg
On Mon, 2010-10-11 at 08:54 -0600, Jeff Cook wrote: > Just wondering if anyone has experimented building WINE with LLVM > instead of GCC. Yes, several people used LLVM/CLANG for Wine and send patches. >From the commits: http://source.winehq.org/git/wine.git/?a=search&st=commit&s=CLANG&sr=1 You a

Re: LLVM compilation

2010-10-11 Thread Damjan Jovanovic
On Mon, Oct 11, 2010 at 4:54 PM, Jeff Cook 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 bu

LLVM compilation

2010-10-11 Thread Jeff Cook
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 gotte