[llvm] r238864 - Merge MCELF.h into MCSymbolELF.h.

Reid Kleckner rnk at google.com
Mon Jun 8 14:57:56 PDT 2015


On Tue, Jun 2, 2015 at 1:38 PM, Rafael Espindola <rafael.espindola at gmail.com
> wrote:
>
> -void MCELFStreamer::EmitLabel(MCSymbol *Symbol) {
> +void MCELFStreamer::EmitLabel(MCSymbol *S) {
> +  auto *Symbol = cast<MCSymbolELF>(S);


This cast is failing for me locally when building with clang-cl on Windows.
This change passed when it was committed, so the problem must have emerged
in the meantime. I don't have useful blame because my bot was failing to
compile since
http://lab.llvm.org:8011/builders/clang-x86-win2008-selfhost/builds/1279.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150608/9d8ef23e/attachment.html>


More information about the llvm-commits mailing list