[lit] Add argument check: --timeout must be non-negative integer
[llvm-core.git] / tools / obj2yaml / CMakeLists.txt
blobf76983e0e8ece4f5c507367ced9110cb3daa904e
1 set(LLVM_LINK_COMPONENTS
2   BinaryFormat
3   DebugInfoCodeView
4   DebugInfoDWARF
5   Object
6   ObjectYAML
7   Support
8   )
10 add_llvm_tool(obj2yaml
11   obj2yaml.cpp
12   coff2yaml.cpp
13   dwarf2yaml.cpp
14   elf2yaml.cpp
15   macho2yaml.cpp
16   minidump2yaml.cpp
17   xcoff2yaml.cpp
18   wasm2yaml.cpp
19   Error.cpp
20   )