brintos

brintos / llvm-project-archived public Read only

0
0
Text · 456 B · 01825c6 Raw
36 lines · plain
1set(LLVM_LINK_COMPONENTS2  AllTargetsAsmParsers3  AllTargetsCodeGens4  AllTargetsDescs5  AllTargetsInfos6  Analysis7  AsmPrinter8  CodeGen9  CodeGenTypes10  Core11  IRPrinter12  IRReader13  MC14  MIRParser15  Passes16  Remarks17  ScalarOpts18  SelectionDAG19  Support20  Target21  TargetParser22  TransformUtils23  Vectorize24  )25 26add_llvm_tool(llc27  llc.cpp28  NewPMDriver.cpp29 30  DEPENDS31  intrinsics_gen32  SUPPORT_PLUGINS33  )34 35export_executable_symbols_for_plugins(llc)36