• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_TARGET_DEFINITIONS Options.td)
2tablegen(LLVM Options.inc -gen-opt-parser-defs)
3add_public_tablegen_target(LibOptionsTableGen)
4
5add_llvm_library(LLVMLibDriver
6  LibDriver.cpp
7  )
8add_dependencies(LLVMLibDriver LibOptionsTableGen)
9