[llvm-cov] Adjust column widths for function and file reports
[oota-llvm.git] / tools / obj2yaml / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Object
3   Support
4   )
5
6 add_llvm_tool(obj2yaml
7   obj2yaml.cpp coff2yaml.cpp elf2yaml.cpp Error.cpp
8   )