OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGETS_TO_BUILD
(Results
1 - 25
of
27
) sorted by null
1
2
/external/llvm/bindings/ocaml/all_backends/
Makefile
18
UsedComponents := $(
TARGETS_TO_BUILD
)
/external/llvm/lib/Target/
Makefile
14
# We include this early so we can access the value of
TARGETS_TO_BUILD
as the
18
PARALLEL_DIRS := $(
TARGETS_TO_BUILD
)
/external/clang/unittests/Driver/
Makefile
13
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) support option
/external/llvm/bindings/ocaml/backends/
Makefile
30
$(Verb) for i in $(
TARGETS_TO_BUILD
); do \
36
$(Verb) for i in $(
TARGETS_TO_BUILD
); do \
41
$(Verb) for i in $(
TARGETS_TO_BUILD
); do \
47
$(Verb) for i in $(
TARGETS_TO_BUILD
); do \
52
$(Verb) for i in $(
TARGETS_TO_BUILD
); do \
57
$(Verb) for i in $(
TARGETS_TO_BUILD
); do \
/external/clang/tools/clang-format/
Makefile
18
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) asmparser bitreader support mc option
/external/clang/unittests/Rewrite/
Makefile
13
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) support
/external/llvm/tools/gold/
Makefile
23
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) Linker BitWriter IPO
/external/clang/tools/diagtool/
Makefile
20
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) asmparser bitreader support mc option
/external/clang/tools/arcmt-test/
Makefile
20
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) asmparser bitreader support mc option
/external/clang/unittests/AST/
Makefile
13
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) asmparser bitreader support mc option
/external/clang/unittests/ASTMatchers/Dynamic/
Makefile
14
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) asmparser bitreader support mc option
/external/clang/unittests/ASTMatchers/
Makefile
16
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) asmparser bitreader support mc option
/external/clang/unittests/CodeGen/
Makefile
13
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) asmparser bitreader mc option \
/external/clang/unittests/Format/
Makefile
13
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) asmparser bitreader support mc option
/external/clang/unittests/Frontend/
Makefile
13
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) asmparser bitreader support mc option
/external/clang/unittests/Sema/
Makefile
13
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) asmparser bitreader support mc option
/external/clang/unittests/Tooling/
Makefile
13
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) asmparser bitreader support mc option
/external/clang/tools/c-arcmt-test/
Makefile
24
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) \
/external/clang/tools/c-index-test/
Makefile
25
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) \
/external/clang/tools/clang-check/
Makefile
18
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) asmparser bitreader ipo objcarcopts \
/external/clang/unittests/libclang/
Makefile
15
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) \
/external/clang/tools/driver/
Makefile
34
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) asmparser bitreader bitwriter codegen \
/external/clang/tools/libclang/
Makefile
19
LINK_COMPONENTS := $(
TARGETS_TO_BUILD
) asmparser bitreader bitwriter core \
/external/clang/runtime/compiler-rt/
Makefile
92
ifneq (,$(filter ARM AARCH64,$(
TARGETS_TO_BUILD
)))
104
ifneq (,$(findstring ARM,$(
TARGETS_TO_BUILD
)))
/external/llvm/test/
Makefile
144
@$(ECHOPATH) s=@
TARGETS_TO_BUILD
@=$(
TARGETS_TO_BUILD
)=g >> lit.tmp
Completed in 460 milliseconds
1
2