21 lines · plain
1set(LLVM_LINK_COMPONENTS2 Core3 Object4 Option5 Support6 )7 8set(LLVM_TARGET_DEFINITIONS Opts.td)9tablegen(LLVM Opts.inc -gen-opt-parser-defs)10add_public_tablegen_target(StringsOptsTableGen)11 12add_llvm_tool(llvm-strings13 llvm-strings.cpp14 DEPENDS15 StringsOptsTableGen16 )17 18if(LLVM_INSTALL_BINUTILS_SYMLINKS)19 add_llvm_tool_symlink(strings llvm-strings)20endif()21