Recommit r310809 with a fix for the spill problem
[llvm-core.git] / tools / yaml2obj / CMakeLists.txt
blobadeac2331a6b6dc288eeb48594fa3ab6cd468e3d
1 set(LLVM_LINK_COMPONENTS
2   DebugInfoCodeView
3   MC
4   Object
5   ObjectYAML
6   Support
7   )
9 add_llvm_tool(yaml2obj
10   yaml2obj.cpp
11   yaml2coff.cpp
12   yaml2elf.cpp
13   yaml2macho.cpp
14   yaml2wasm.cpp
15   )