llvm-6502/tools/obj2yaml/CMakeLists.txt
Simon Atanasyan 111454f4e9 [obj2yaml] Recognize input file format using llvm::object::ObjectFile
interface methods isCOFF().

The '-coff' command line option has been removed. It was not used in any
test cases.

The patch reviewed by Michael Spencer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208157 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-07 05:18:51 +00:00

9 lines
118 B
CMake

set(LLVM_LINK_COMPONENTS
Object
Support
)
add_llvm_utility(obj2yaml
obj2yaml.cpp coff2yaml.cpp Error.cpp
)