[cfe-dev] LLVM 2.6 release schedule

Nuno Lopes nunoplopes at sapo.pt
Wed Jun 17 05:44:01 PDT 2009


> Eventually I would like to have a collection of projects that we build
> which also have decent test suites, so that we also get some
> reasonable testing of the generated code. Potential candidates here
> are gcc, Python, glib/gtk, and ... suggestions?

PHP, for sure.
It has a huge test suite (around 10k tests), and with a high code coverage.
Currently it crashes because of http://llvm.org/PR2461 though. This happens 
because PHP sets the call convention in some function pointers, which is 
ignored by clang (although the functions were compiled with fastcall). Thus 
there's a mismatch in the call conventions across the generated code.

Nuno 




More information about the cfe-dev mailing list