1set(LLVM_TARGET_DEFINITIONS Options.td)
2tablegen(LLVM Options.inc -gen-opt-parser-defs)
3add_public_tablegen_target(ClangDriverOptions)
4
5set(LLVM_TARGET_DEFINITIONS CC1AsOptions.td)
6tablegen(LLVM CC1AsOptions.inc -gen-opt-parser-defs)
7add_public_tablegen_target(ClangCC1AsOptions)
8