Home | History | Annotate | Download | only in llvm

Lines Matching full:dirs

30   DIRS := lib/Support lib/TableGen utils tools/llvm-config
33 DIRS := lib/Support lib/TableGen utils lib/VMCore lib tools/llvm-shlib \
47 DIRS := $(filter-out tools/llvm-shlib, $(DIRS))
51 DIRS := $(filter-out docs, $(DIRS))
55 DIRS := $(filter-out tools runtime docs, $(DIRS))
60 DIRS := $(filter-out tools runtime docs, $(DIRS))
65 DIRS := $(filter-out runtime docs, $(DIRS))
70 DIRS := tools/clang/tools/driver tools/clang/lib/Headers \
80 DIRS := $(filter-out tools docs unittests, $(DIRS)) \
86 DIRS := $(filter-out tools runtime docs, $(DIRS)) utils unittests
98 DIRS := $(filter-out unittests, $(DIRS))
248 SUB-SVN-DIRS = $(AWK) '/I|\? / {print $$2}' \
254 @ $(SVN) status --no-ignore $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update