blob: cbcffb64e7d82d8dbbdf188eab2bca4131a02f7d [file] [log] [blame]
Jordan Rupprecht451c2ef2019-02-13 23:39:41 +00001set(LLVM_LINK_COMPONENTS
2 BinaryFormat
Nico Weberd546b502019-06-07 13:24:34 +00003 BitReader
Jordan Rupprecht451c2ef2019-02-13 23:39:41 +00004 Object
5 Option
6 Support
7 )
8
Peter Collingbournebc051632015-06-09 21:50:22 +00009set(LLVM_TARGET_DEFINITIONS Options.td)
10tablegen(LLVM Options.inc -gen-opt-parser-defs)
11add_public_tablegen_target(LibOptionsTableGen)
12
13add_llvm_library(LLVMLibDriver
14 LibDriver.cpp
15 )
16add_dependencies(LLVMLibDriver LibOptionsTableGen)