[llvm-commits] [llvm] r86955 - in /llvm/trunk: Makefile.config.in autoconf/configure.ac configure include/llvm/Config/config.h.in

Rafael Espindola espindola at google.com
Wed Nov 11 22:18:52 PST 2009


> As far as the CMake build is concerned, it is perfectly feasible to move
> clang away and use LLVM as a clang component (the opposite scenario of
> we have now). Is it too hard to do this for config&make build?

Probably not. The way gcc does this is by having each major
subdirectory have a configure script that run by make. We could also
try to allow projects to have macros that are included at configure
creation time.  The second option avoids having a second annoying
configure script in the build ...

> --
> Óscar
>

Cheers,
-- 
Rafael Ávila de Espíndola




More information about the llvm-commits mailing list