[LLVMdev] clang installation

Bill Wendling isanbard at gmail.com
Mon Jan 19 11:27:23 PST 2009


On Mon, Jan 19, 2009 at 10:05 AM, Mike Stump <mrs at apple.com> wrote:
> This patch adds targets to support the installation of clang in isolation.
>
> Ok?
>

+ifeq ($(MAKECMDGOALS),install-clang)
+  DIRS := tools/clang/Driver tools/clang/lib/Headers tools/clang/tools/ccc

Is "tools/clang" the official name of the clang development directory?
I was still using "tools/cfe".

This is okay if the above question is "yes", and building and
installing LLVM without clang isn't affected.

-bw



More information about the llvm-dev mailing list