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