list(APPEND expanded_components "${t}CodeGen")
endif()
endforeach(t)
- elseif( c STREQUAL "AllTargetsAsmPrinters" )
- # Link all the asm printers from all the targets
- foreach(t ${LLVM_TARGETS_TO_BUILD})
- if( TARGET LLVM${t}AsmPrinter )
- list(APPEND expanded_components "${t}AsmPrinter")
- endif()
- endforeach(t)
elseif( c STREQUAL "AllTargetsAsmParsers" )
# Link all the asm parsers from all the targets
foreach(t ${LLVM_TARGETS_TO_BUILD})
#. ``all`` - All LLVM available component libraries
#. ``Native`` - The LLVM target for the Native system
- #. ``AllTargetsAsmPrinters`` - All the included target ASM printers libraries
#. ``AllTargetsAsmParsers`` - All the included target ASM parsers libraries
#. ``AllTargetsDescs`` - All the included target descriptions libraries
#. ``AllTargetsDisassemblers`` - All the included target dissassemblers libraries