[Mono-dev] Mono and Clang

Autif Khan autif.mlist at gmail.com
Wed Mar 6 16:54:15 UTC 2013


On Tue, Mar 5, 2013 at 3:35 PM, Alex Rønne Petersen <alex at alexrp.com> wrote:
> Hi list,
>
> Has anyone managed to build Mono with Clang? If so, do the resulting
> binaries pass the test suite?
>
> Thanks,
> Alex
>

Fascinating. I did not know about clang until today. Apparently it is
available on Ubuntu 12.04 as a deb package (v3.0, not 3.2).

on mono 2.11.0:

"configure --with-tls=pthread CC=clang CXX=clang++" passes

"make" passes

"make check" most tests pass - one failure

"make run-test" most tests pass for mscorlib - 67 not run and then I
ran into a dependency problem (known and local to my test setup) and
decided it is not worth investigating further. I am sure it is
nothing.

I think it is pretty stable.


More information about the Mono-devel-list mailing list