1 set(LLVM_LINK_COMPONENTS object) 2 3 add_llvm_utility(obj2yaml 4 obj2yaml.cpp coff2yaml.cpp 5 ) 6 7 target_link_libraries(obj2yaml LLVMSupport) 8