blob: a6ba436927bcb160511a53bc0f0b0945785ca56e [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
Tom Stellardab411802019-11-14 05:39:58 +000013add_llvm_component_library(LLVMLibDriver
Peter Collingbournebc051632015-06-09 21:50:22 +000014 LibDriver.cpp
Stella Stamenova032e3c42019-07-15 18:15:12 +000015
16 DEPENDS
17 intrinsics_gen
Peter Collingbournebc051632015-06-09 21:50:22 +000018 )
19add_dependencies(LLVMLibDriver LibOptionsTableGen)