[llvm-commits] [llvm] r142456 - in /llvm/trunk/projects/sample: ./ autoconf/ autoconf/m4/

Anton Korobeynikov anton at korobeynikov.info
Fri Oct 21 02:12:03 PDT 2011


> It seems that both LLVM projects and LLVM itself have a lot of overlap in
> what their build systems need to do (compiling code, creating linked
> libraries, getting the compile flags right to find LLVM header files, etc.).
>  Perhaps this is the code duplication issue to which Anton refers.
Yes, exactly. It will be nice to have this code in common place somehow.

> If people want to place their source and object trees any place they want,
> then they can go through the hassle of building their on build system.  That
> seems like a fair tradeoff.
>
> Thoughts?
This seems pretty good idea to me.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list