• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_TARGET_DEFINITIONS Options.td)
2tablegen(LLVM Options.inc -gen-opt-parser-defs)
3add_public_tablegen_target(DllOptionsTableGen)
4
5add_llvm_component_library(LLVMDlltoolDriver
6  DlltoolDriver.cpp
7
8  LINK_COMPONENTS
9  Object
10  Option
11  Support
12  )
13
14add_dependencies(LLVMDlltoolDriver DllOptionsTableGen)
15