1add_lldb_tool(lldb-argdumper ADD_TO_FRAMEWORK
2  argdumper.cpp
3
4  LINK_COMPONENTS
5    Support
6)
7
8add_dependencies(liblldb lldb-argdumper)
9