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

  /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/llvm/test/
site.exp.in 4 set TARGETS_TO_BUILD "@TARGETS_TO_BUILD@"
  /external/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/
site.exp 5 set TARGETS_TO_BUILD "X86 Sparc PowerPC Alpha ARM Mips CellSPU PIC16 XCore MSP430 SystemZ Blackfin CBackend MSIL CppBackend"
  /external/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/
site.exp 5 set TARGETS_TO_BUILD "X86 Sparc PowerPC Alpha ARM Mips CellSPU PIC16 XCore MSP430 SystemZ Blackfin CBackend MSIL CppBackend"
  /external/llvm/tools/edis/
Makefile 24 ifneq ($(filter $(TARGETS_TO_BUILD), X86),)
29 ifneq ($(filter $(TARGETS_TO_BUILD), ARM),)
  /external/clang/tools/driver/
Makefile 32 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \
  /external/llvm/tools/
Makefile 63 ifneq ($(filter $(TARGETS_TO_BUILD), X86 ARM),)
  /external/llvm/test/lib/
llvm.exp 252 # This procedure provides an interface to check the TARGETS_TO_BUILD makefile
256 global TARGETS_TO_BUILD
257 foreach target [split $TARGETS_TO_BUILD] {
  /external/llvm/tools/llvm-config/
llvm-config.in.in 32 my $TARGETS_TO_BUILD = q{@TARGETS_TO_BUILD@};
34 my @TARGETS_BUILT = map { lc($_) } qw{@TARGETS_TO_BUILD@};
  /external/llvm/
configure 702 TARGETS_TO_BUILD
    [all...]
  /external/llvm/projects/sample/
configure 702 TARGETS_TO_BUILD
    [all...]

Completed in 190 milliseconds