blob: ab53a6843446a430c780408e1b8b6fcc752cd241 [file] [log] [blame]
Peter Collingbournebc051632015-06-09 21:50:22 +00001set(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)