Home | History | Annotate | Download | only in LLVM

Lines Matching refs:tools

17 #   5. Build llvm-config, which determines inter-lib dependencies for tools.

18 # 6. Build tools, runtime, docs.
31 OPTIONAL_DIRS := tools/clang/utils/TableGen
33 DIRS := lib/Support lib/TableGen utils lib/VMCore lib tools/llvm-shlib \
34 tools/llvm-config tools runtime docs unittests
47 DIRS := $(filter-out tools/llvm-shlib, $(DIRS))
55 DIRS := $(filter-out tools runtime docs, $(DIRS))
60 DIRS := $(filter-out tools runtime docs, $(DIRS))
64 ifeq ($(MAKECMDGOALS),tools-only)
70 DIRS := tools/clang/tools/driver tools/clang/lib/Headers \
71 tools/clang/runtime tools/clang/docs \
72 tools/lto runtime
78 DIRS := tools/clang/tools/driver tools/clang/lib/Headers \
79 tools/clang/tools/libclang tools/clang/tools/c-index-test \
80 tools/clang/include/clang-c
86 DIRS := $(filter-out tools docs unittests, $(DIRS)) \
87 tools/clang tools/lto
92 DIRS := $(filter-out tools runtime docs, $(DIRS)) utils unittests
107 # If we're cross-compiling, build the build-hosted tools first
109 all:: cross-compile-build-tools
114 cross-compile-build-tools:
166 tools-only: all
239 $(Verb) $(MAKE) tools-only