brintos

brintos / llvm-project-archived public Read only

0
0
Text · 411 B · 384c09d Raw
28 lines · plain
1set(LLVM_LINK_COMPONENTS2  Analysis3  BinaryFormat4  BitReader5  BitstreamReader6  Core7  Demangle8  MC9  MCParser10  Object11  Option12  Remarks13  Support14  TargetParser15  TextAPI16  )17 18set(LLVM_TARGET_DEFINITIONS Opts.td)19tablegen(LLVM Opts.inc -gen-opt-parser-defs)20add_public_tablegen_target(TLICheckerOptsTableGen)21 22add_llvm_tool(llvm-tli-checker23  llvm-tli-checker.cpp24 25  DEPENDS26  TLICheckerOptsTableGen27  )28