Jordan Rupprecht | 451c2ef | 2019-02-13 23:39:41 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
2 | BinaryFormat | ||||
3 | Object | ||||
4 | Option | ||||
5 | Support | ||||
6 | ) | ||||
7 | |||||
Peter Collingbourne | bc05163 | 2015-06-09 21:50:22 +0000 | [diff] [blame] | 8 | set(LLVM_TARGET_DEFINITIONS Options.td) |
9 | tablegen(LLVM Options.inc -gen-opt-parser-defs) | ||||
10 | add_public_tablegen_target(LibOptionsTableGen) | ||||
11 | |||||
12 | add_llvm_library(LLVMLibDriver | ||||
13 | LibDriver.cpp | ||||
14 | ) | ||||
15 | add_dependencies(LLVMLibDriver LibOptionsTableGen) |