1add_llvm_utility(yaml2obj
2  yaml2obj.cpp
3  )
4
5target_link_libraries(yaml2obj LLVMSupport)
6