brintos

brintos / llvm-project-archived public Read only

0
0
Text · 329 B · 556bc38 Raw
22 lines · plain
1set(LLVM_LINK_COMPONENTS2  CGData3  CodeGen4  Core5  Object6  Option7  Support8  )9 10set(LLVM_TARGET_DEFINITIONS Opts.td)11tablegen(LLVM Opts.inc -gen-opt-parser-defs)12add_public_tablegen_target(CGDataOptsTableGen)13 14add_llvm_tool(llvm-cgdata15  llvm-cgdata.cpp16 17  DEPENDS18  intrinsics_gen19  CGDataOptsTableGen20  GENERATE_DRIVER21  )22