[Mingw-w64-public] clang and mingw-w64

2014-11-10 Thread David Wohlferd
Can someone who knows more about clang than I do help me out here? snow_xmas posted a problem report to the SF forum regarding using clang with mingw-W64. After a brief investigation, it became clear that the problem was that clang doesn't support one of the features of inline asm that gcc doe

Re: [Mingw-w64-public] Clang and mingw-w64

2010-10-17 Thread Ruben Van Boxem
2010/10/16 Ozkan Sezer > > Is this with the svn version? If yes, there is a recent update to > system_error.h: > > http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/KillTheDoctor/system_error.h?view=log > > -- > O.S. > Wow, I missed that by a hair... Talk about bleeding edge development :)

Re: [Mingw-w64-public] Clang and mingw-w64

2010-10-16 Thread K. Frank
Hi Kai - A minor question about error numbers... On Sat, Oct 16, 2010 at 4:11 AM, Kai Tietz wrote: > 2010/10/16 Ruben Van Boxem : >> Hi, >> I have started trying to build Clang with mingw-w64 tools. The x64 build >> fails because an LLVM tool called tblgen is miscompiled, so I tried a x86 >> bui

Re: [Mingw-w64-public] Clang and mingw-w64

2010-10-16 Thread Kai Tietz
2010/10/16 Ruben Van Boxem : > Hi, > I have started trying to build Clang with mingw-w64 tools. The x64 build > fails because an LLVM tool called tblgen is miscompiled, so I tried a x86 > build instead for now. This works until the utterly final step, and some > error types are undeclared: >> >> M:

Re: [Mingw-w64-public] Clang and mingw-w64

2010-10-16 Thread Ozkan Sezer
On Sat, Oct 16, 2010 at 11:00 AM, Ruben Van Boxem wrote: > Hi, > I have started trying to build Clang with mingw-w64 tools. The x64 build > fails because an LLVM tool called tblgen is miscompiled, so I tried a x86 > build instead for now. This works until the utterly final step, and some > error t

[Mingw-w64-public] Clang and mingw-w64

2010-10-16 Thread Ruben Van Boxem
Hi, I have started trying to build Clang with mingw-w64 tools. The x64 build fails because an LLVM tool called tblgen is miscompiled, so I tried a x86 build instead for now. This works until the utterly final step, and some error types are undeclared: M:\Development\Source\LLVM\utils\KillTheDocto