llvm/llvm/tools/llvm-readtapi/CMakeLists.txt

set(LLVM_LINK_COMPONENTS
  BinaryFormat
  Object
  Support
  Option
  TextAPI
  TextAPIBinaryReader
  )

set(LLVM_TARGET_DEFINITIONS TapiOpts.td)
tablegen(LLVM TapiOpts.inc -gen-opt-parser-defs)
add_public_tablegen_target(ReadTAPIOptsTableGen)

add_llvm_tool(llvm-readtapi
  llvm-readtapi.cpp
  DiffEngine.cpp

  DEPENDS
  ReadTAPIOptsTableGen
  )

if(LLVM_INSTALL_BINUTILS_SYMLINKS)
  add_llvm_tool_symlink(readtapi llvm-readtapi)
endif()