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
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 :)
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
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:
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
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