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

  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/tools/llc/
Makefile 18 LINK_COMPONENTS := $(TARGETS_TO_BUILD) bitreader asmparser
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
Makefile 21 LINK_COMPONENTS := $(TARGETS_TO_BUILD) MCDisassembler MCParser MC support
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
Makefile 12 LINK_COMPONENTS = $(TARGETS_TO_BUILD) DebugInfo MC MCParser MCDisassembler \
  /external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
Makefile 21 LINK_COMPONENTS := $(TARGETS_TO_BUILD) support MC object RuntimeDyld JIT
  /external/swiftshader/third_party/LLVM/test/
site.exp.in 4 set TARGETS_TO_BUILD "@TARGETS_TO_BUILD@"
  /external/swiftshader/third_party/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/swiftshader/third_party/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/swiftshader/third_party/LLVM/tools/edis/
Makefile 24 ifneq ($(filter $(TARGETS_TO_BUILD), X86),)
29 ifneq ($(filter $(TARGETS_TO_BUILD), ARM),)
  /external/swiftshader/third_party/LLVM/tools/lto/
Makefile 23 LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bitreader \
  /external/swiftshader/third_party/LLVM/tools/
Makefile 59 ifneq ($(filter $(TARGETS_TO_BUILD), X86 ARM),)
  /external/swiftshader/third_party/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/swiftshader/third_party/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/swiftshader/third_party/LLVM/
configure 717 TARGETS_TO_BUILD
    [all...]

Completed in 385 milliseconds