• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  Core
3  Object
4  Support
5  )
6
7add_llvm_tool(llvm-strings
8  llvm-strings.cpp
9  )
10
11if(LLVM_INSTALL_BINUTILS_SYMLINKS)
12  add_llvm_tool_symlink(strings llvm-strings)
13endif()
14