Nicolas Capens | 9cf8d18 | 2018-10-12 02:08:06 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
| 2 | DebugInfoCodeView |
| 3 | DebugInfoDWARF |
| 4 | Object |
| 5 | BinaryFormat |
| 6 | Support |
| 7 | DebugInfoCodeView |
| 8 | DebugInfoMSF |
| 9 | DebugInfoPDB |
| 10 | ) |
| 11 | |
| 12 | add_llvm_tool(llvm-readobj |
| 13 | ARMWinEHPrinter.cpp |
| 14 | COFFDumper.cpp |
| 15 | COFFImportDumper.cpp |
| 16 | ELFDumper.cpp |
| 17 | Error.cpp |
| 18 | llvm-readobj.cpp |
| 19 | MachODumper.cpp |
| 20 | ObjDumper.cpp |
| 21 | WasmDumper.cpp |
| 22 | Win64EHDumper.cpp |
| 23 | WindowsResourceDumper.cpp |
| 24 | ) |
| 25 | |
| 26 | add_llvm_tool_symlink(llvm-readelf llvm-readobj) |
| 27 | |
| 28 | if(LLVM_INSTALL_BINUTILS_SYMLINKS) |
| 29 | add_llvm_tool_symlink(readelf llvm-readobj) |
| 30 | endif() |