[LLVMdev] Some CMake issues (Are you being served?)

Dmitri Gribenko gribozavr at gmail.com
Sun Feb 2 06:02:49 PST 2014


On Sun, Feb 2, 2014 at 8:09 AM, Stephen Kelly <steveire at gmail.com> wrote:
>
> Hello,
>
> I work on CMake upstream. I'd like to find out in what ways CMake upstream
> does not fit the needs of llvm/clang, and then fill those gaps. The recent
> update of the minimum version to CMake 2.8.8 is a good start. Before being
> able to assess what is missing, it should be ensured that the current
> codebase is as modern as the minimum version allows, and it needs to be
> cleaned up.

Hi Stephen,

There is an ongoing discussion about compiler-rt where it was
mentioned that with CMake it is hard to use the just-built compiler to
build the runtime libraries:

http://permalink.gmane.org/gmane.comp.compilers.llvm.devel/69951

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the llvm-dev mailing list