[llvm-commits] [PATCH 0/2] Introduce --with-clang-srcdir, to build out-of-tree clang

NAKAMURA Takumi geek4civic at gmail.com
Thu Oct 13 20:58:25 PDT 2011


As same as cmake, clang can be built with out-of-tree clang (for msys).

NAKAMURA Takumi (2):
  test/Makefile: Inspect $(PROJ_OBJ_ROOT)/tools/clang/Makefile instead
    of $(PROJ_SRC_ROOT)/tools/clang for "check-all".
  autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang
    in tools/clang.

 Makefile.config.in    |   10 +++++++++-
 Makefile.rules        |   14 ++++++++++----
 autoconf/configure.ac |   11 +++++++++++
 test/Makefile         |    2 +-
 4 files changed, 31 insertions(+), 6 deletions(-)

-- 
1.7.4.1



More information about the llvm-commits mailing list