Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git] / llvm / tools / llvm-strings / CMakeLists.txt
blob95dd69c778e4771b369a59b8aa8d560d6425ffe4
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Object
4   Option
5   Support
6   )
8 set(LLVM_TARGET_DEFINITIONS Opts.td)
9 tablegen(LLVM Opts.inc -gen-opt-parser-defs)
10 add_public_tablegen_target(StringsOptsTableGen)
12 add_llvm_tool(llvm-strings
13   llvm-strings.cpp
14   DEPENDS
15   StringsOptsTableGen
16   )
18 if(LLVM_INSTALL_BINUTILS_SYMLINKS)
19   add_llvm_tool_symlink(strings llvm-strings)
20 endif()