blob: 062f0052597e72f9a09f3e198dc685399f3f14a7 [file] [log] [blame]
Zachary Turnerf435a7e2018-07-20 17:27:48 +00001set(LLVM_LINK_COMPONENTS
2 Demangle
3 Support
4 )
5
6add_llvm_tool(llvm-undname
7 llvm-undname.cpp
8 )