comparison tools/llvm-readobj/CMakeLists.txt @ 147:c2174574ed3a

LLVM 10
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 16:55:33 +0900
parents 3a76565eade5
children
comparison
equal deleted inserted replaced
134:3a76565eade5 147:c2174574ed3a
1 set(LLVM_LINK_COMPONENTS 1 set(LLVM_LINK_COMPONENTS
2 DebugInfoCodeView 2 DebugInfoCodeView
3 DebugInfoDWARF
4 Demangle
3 Object 5 Object
4 BinaryFormat 6 BinaryFormat
5 Support 7 Support
6 DebugInfoCodeView 8 DebugInfoCodeView
7 DebugInfoMSF 9 DebugInfoMSF
18 MachODumper.cpp 20 MachODumper.cpp
19 ObjDumper.cpp 21 ObjDumper.cpp
20 WasmDumper.cpp 22 WasmDumper.cpp
21 Win64EHDumper.cpp 23 Win64EHDumper.cpp
22 WindowsResourceDumper.cpp 24 WindowsResourceDumper.cpp
25 XCOFFDumper.cpp
23 ) 26 )
24 27
25 add_llvm_tool_symlink(llvm-readelf llvm-readobj) 28 add_llvm_tool_symlink(llvm-readelf llvm-readobj)
26 29
27 if(LLVM_INSTALL_BINUTILS_SYMLINKS) 30 if(LLVM_INSTALL_BINUTILS_SYMLINKS)