brintos

brintos / llvm-project-archived public Read only

0
0
Text · 316 B · 49a95a0 Raw
29 lines · plain
1set(LLVM_LINK_COMPONENTS2  Analysis3  CodeGen4  Core5  ExecutionEngine6  IPO7  IRPrinter8  IRReader9  MC10  MCJIT11  Object12  Passes13  RuntimeDyld14  SelectionDAG15  Support16  Target17  TargetParser18  TransformUtils19  native20)21 22add_clang_library(clangHandleLLVM23  handle_llvm.cpp24 25  DEPENDS26  intrinsics_gen27  vt_gen28  )29