brintos

brintos / llvm-project-archived public Read only

0
0
Text · 450 B · a432cb4 Raw
28 lines · plain
1set(LLVM_LINK_COMPONENTS2  BinaryFormat3  BitReader4  Object5  Option6  Support7  )8 9set(LLVM_TARGET_DEFINITIONS Options.td)10tablegen(LLVM Options.inc -gen-opt-parser-defs)11add_public_tablegen_target(LibOptionsTableGen)12 13add_llvm_component_library(LLVMLibDriver14  LibDriver.cpp15 16  DEPENDS17  intrinsics_gen18 19  LINK_COMPONENTS20  BinaryFormat21  BitReader22  Object23  Option24  Support25  TargetParser26  )27add_dependencies(LLVMLibDriver LibOptionsTableGen)28