[llvm] r270511 - Make a symbol visitor and use it to dump CV symbols.

Evgenii Stepanov via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 17:13:51 PDT 2016


Also -Werror build of llvm itself:
lib/DebugInfo/CodeView/SymbolDumper.cpp:206:19: error: private field
'CVSD' is not used [-Werror,-Wunused-private-field]
  CVSymbolDumper &CVSD;

On Mon, May 23, 2016 at 4:58 PM, Hans Wennborg via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> On Mon, May 23, 2016 at 4:41 PM, Zachary Turner via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>> Author: zturner
>> Date: Mon May 23 18:41:13 2016
>> New Revision: 270511
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=270511&view=rev
>> Log:
>> Make a symbol visitor and use it to dump CV symbols.
>>
>> Differential Revision: http://reviews.llvm.org/D20534
>> Reviewed By: rnk
>
> I think this broke lld:
> http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/22522
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list