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