24 lines · plain
1set(LLVM_LINK_COMPONENTS2 BinaryFormat3 InterfaceStub4 ObjectYAML5 Option6 Support7 TargetParser8 TextAPI9 )10 11set(LLVM_TARGET_DEFINITIONS Opts.td)12tablegen(LLVM Opts.inc -gen-opt-parser-defs)13add_public_tablegen_target(IFSOptsTableGen)14 15add_llvm_tool(llvm-ifs16 ErrorCollector.cpp17 llvm-ifs.cpp18 19DEPENDS20 IFSOptsTableGen21 22 GENERATE_DRIVER23 )24