[llvm] r302053 - [CodeView] Use actual strings for dealing with checksums and lines.

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed May 3 12:42:14 PDT 2017


I'm still seeing an error. Unless my company's mirror is behind. Though I
don't see any changes to ModuleDebugInlineeLinesFragment.h or cpp in the
last couple hours in ViewVC either.

include/llvm/DebugInfo/CodeView/ModuleDebugInlineeLinesFragment.h:93:16:
error: private field 'Strings' is not used [-Werror,-Wunused-private-field]


~Craig

On Wed, May 3, 2017 at 12:26 PM, Davide Italiano <davide at freebsd.org> wrote:

> On Wed, May 3, 2017 at 12:12 PM, Craig Topper via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
> > I'm getting an unused private member warning on the string table in
> > ModuleDebugInlineeLinesFragment. Can you take a look?
> >
> > ~Craig
> >
>
> I fixed this one, then broke the build and fixed again. Please try with
> ToT.
>
> --
> Davide
>
> "There are no solved problems; there are only problems that are more
> or less solved" -- Henri Poincare
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170503/830d58df/attachment.html>


More information about the llvm-commits mailing list