Home | History | Annotate | Download | only in LibDriver
      1 set(LLVM_TARGET_DEFINITIONS Options.td)
      2 tablegen(LLVM Options.inc -gen-opt-parser-defs)
      3 add_public_tablegen_target(LibOptionsTableGen)
      4 
      5 add_llvm_library(LLVMLibDriver
      6   LibDriver.cpp
      7   )
      8 add_dependencies(LLVMLibDriver LibOptionsTableGen)
      9