aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-cxxfilt/CMakeLists.txt
blob: 488064d08dab2ded6bf81de483c82f5c40ee1a08 (plain)
1
2
3
4
5
6
7
8
set(LLVM_LINK_COMPONENTS
  Demangle
  Support
  )

add_llvm_tool(llvm-cxxfilt
  llvm-cxxfilt.cpp
  )