Martell Malone | 1079ef8 | 2017-07-18 21:26:38 +0000 | [diff] [blame] | 1 | set(LLVM_TARGET_DEFINITIONS Options.td) |
2 | tablegen(LLVM Options.inc -gen-opt-parser-defs) | ||||
3 | add_public_tablegen_target(DllOptionsTableGen) | ||||
4 | |||||
5 | add_llvm_library(LLVMDlltoolDriver | ||||
6 | DlltoolDriver.cpp | ||||
7 | ) | ||||
8 | |||||
9 | add_dependencies(LLVMDlltoolDriver DllOptionsTableGen) |