OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ONLY_TOOLS
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/tools/
Makefile
33
ifdef
ONLY_TOOLS
35
OPTIONAL_DIRS := $(findstring lldb,$(
ONLY_TOOLS
))
36
PARALLEL_DIRS := $(filter-out lldb,$(
ONLY_TOOLS
))
44
ifndef
ONLY_TOOLS
/external/swiftshader/third_party/LLVM/
Makefile
102
# Don't build unittests when
ONLY_TOOLS
is set.
103
ifneq ($(
ONLY_TOOLS
),)
Completed in 385 milliseconds