[llvm-commits] [llvm] r168638 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Eric Christopher echristo at gmail.com
Mon Nov 26 16:19:36 PST 2012


   // Emit all the DIEs into a debug info section
> -  emitDebugInfo();
> +  if (!useDwarfFission()) {
> +    emitDebugInfo();
>

FWIW the if part of this patch was spurious, but shouldn't affect normal
mode.

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121126/cd47d5bb/attachment.html>


More information about the llvm-commits mailing list