[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: compiling luajit with clang
- From: Mike Pall <mikelu-1104@...>
- Date: Tue, 19 Apr 2011 17:15:37 +0200
Justin Cormack wrote:
> In case anyone needs to compile luajit with clang (llvm C compiler), it
> does work fine, modulo a minor fix for this bug
> http://llvm.org/bugs/show_bug.cgi?id=8703
>
> It is no faster (or slower) than gcc as expected.
>
> It does give a few warnings (I do like its error messages better than
> gcc's)
A workaround for the bug and fixes for the warnings are now in
git HEAD. Thank you for the report!
--Mike