HomeSort by relevance Sort by last modified time
    Searched refs:ONLY_TOOLS (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/
Makefile 42 ifdef ONLY_TOOLS
44 OPTIONAL_DIRS := $(findstring lldb,$(ONLY_TOOLS))
45 PARALLEL_DIRS := $(filter-out lldb,$(ONLY_TOOLS))
50 ifndef ONLY_TOOLS
  /external/llvm/
Makefile 97 # Don't build unittests when ONLY_TOOLS is set.
98 ifneq ($(ONLY_TOOLS),)

Completed in 158 milliseconds