1set(LLVM_LINK_COMPONENTS
2  Demangle
3  Support
4  )
5
6add_llvm_tool(llvm-undname
7  llvm-undname.cpp
8  )
9