Searched refs:target_to_build (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/
H A Dconfigure5363 for target_to_build in $TARGETS_TO_BUILD; do
5364 LLVM_ENUM_TARGETS="LLVM_TARGET($target_to_build) $LLVM_ENUM_TARGETS"
5365 if test -f ${srcdir}/lib/Target/${target_to_build}/*AsmPrinter.cpp ; then
5366 LLVM_ENUM_ASM_PRINTERS="LLVM_ASM_PRINTER($target_to_build) $LLVM_ENUM_ASM_PRINTERS";
5368 if test -f ${srcdir}/lib/Target/${target_to_build}/AsmParser/Makefile ; then
5369 LLVM_ENUM_ASM_PARSERS="LLVM_ASM_PARSER($target_to_build) $LLVM_ENUM_ASM_PARSERS";
5371 if test -f ${srcdir}/lib/Target/${target_to_build}/Disassembler/Makefile ; then
5372 LLVM_ENUM_DISASSEMBLERS="LLVM_DISASSEMBLER($target_to_build) $LLVM_ENUM_DISASSEMBLERS";
/macosx-10.10.1/llvmCore-3425.0.34/
H A Dconfigure5537 for target_to_build in $TARGETS_TO_BUILD; do
5538 LLVM_ENUM_TARGETS="LLVM_TARGET($target_to_build) $LLVM_ENUM_TARGETS"
5539 if test -f ${srcdir}/lib/Target/${target_to_build}/*AsmPrinter.cpp ; then
5540 LLVM_ENUM_ASM_PRINTERS="LLVM_ASM_PRINTER($target_to_build) $LLVM_ENUM_ASM_PRINTERS";
5542 if test -f ${srcdir}/lib/Target/${target_to_build}/AsmParser/Makefile ; then
5543 LLVM_ENUM_ASM_PARSERS="LLVM_ASM_PARSER($target_to_build) $LLVM_ENUM_ASM_PARSERS";
5545 if test -f ${srcdir}/lib/Target/${target_to_build}/Disassembler/Makefile ; then
5546 LLVM_ENUM_DISASSEMBLERS="LLVM_DISASSEMBLER($target_to_build) $LLVM_ENUM_DISASSEMBLERS";

Completed in 224 milliseconds