blob: b091e0f43f2d3698ac5d5635dbd7aca7bd95f1df [file] [log] [blame]
Jordan Rupprecht451c2ef2019-02-13 23:39:41 +00001set(LLVM_LINK_COMPONENTS
2 BinaryFormat
3 Object
4 Option
5 Support
6 )
7
Peter Collingbournebc051632015-06-09 21:50:22 +00008set(LLVM_TARGET_DEFINITIONS Options.td)
9tablegen(LLVM Options.inc -gen-opt-parser-defs)
10add_public_tablegen_target(LibOptionsTableGen)
11
12add_llvm_library(LLVMLibDriver
13 LibDriver.cpp
14 )
15add_dependencies(LLVMLibDriver LibOptionsTableGen)