Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho
[oota-llvm.git] / tools / yaml2obj / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   MC
3   Object
4   Support
5   )
6
7 add_llvm_tool(yaml2obj
8   yaml2obj.cpp
9   yaml2coff.cpp
10   yaml2elf.cpp
11   )