[llvm] r257539 - COFF: Teach llvm-objdump how to dump DLL forwarder symbols.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 14 14:48:10 PST 2016
On Thu, Jan 14, 2016 at 2:45 PM, Rafael EspĂndola <
rafael.espindola at gmail.com> wrote:
> > + std::error_code isForwarder(bool &Result) const;
> > + std::error_code getForwardTo(StringRef &Result) const;
> > +
>
> Why not ErrorOr?
For consistency with other member functions defined for this class (and
other classes defined in this file).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160114/58b21ee6/attachment.html>
More information about the llvm-commits
mailing list