1 set(LLVM_LINK_COMPONENTS 2 Object 3 Support 4 ) 5 6 add_llvm_utility(yaml2obj 7 yaml2obj.cpp 8 yaml2coff.cpp 9 yaml2elf.cpp 10 ) 11