llvm-project/llvm/include
Davide Italiano 6cf09265f9 [ELF] Convert ELF.h to Expected<T>.
This has two advantages:
1) We slowly move away from ErrorOr to the new handling interface,
in the hope of having an uniform error handling in LLVM, eventually.
2) We're starting to have *meaningful* error messages for invalid
object ELF files, rather than a generic "parse error". At some point
we should include also the offset to improve the quality of the
diagnostic.

llvm-svn: 287081
2016-11-16 05:10:28 +00:00
..
llvm [ELF] Convert ELF.h to Expected<T>. 2016-11-16 05:10:28 +00:00
llvm-c Kill deprecated attribute API 2016-11-06 07:48:46 +00:00