1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/tools/llvm-objdump
Rafael Espindola 910ec52f4e Convert the Archive API to use ErrorOr.
Now that we have c++11, even things like ErrorOr<std::unique_ptr<...>> are
easy to use.

No intended functionality change.

llvm-svn: 211033
2014-06-16 16:08:36 +00:00
..
CMakeLists.txt [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. 2013-12-10 11:13:32 +00:00
COFFDump.cpp Remove 'using std::error_code' from tools. 2014-06-13 03:07:50 +00:00
ELFDump.cpp
llvm-objdump.cpp Convert the Archive API to use ErrorOr. 2014-06-16 16:08:36 +00:00
llvm-objdump.h Remove all uses of 'using std::error_code' from headers. 2014-06-13 01:25:41 +00:00
LLVMBuild.txt
MachODump.cpp Remove 'using std::error_code' from tools. 2014-06-13 03:07:50 +00:00
Makefile