<div dir="ltr">Clang is currently generating dwarf for consumption by LLDB. There isn't yet support for split debug info. We probably shouldn't be generating dwarf when clang-cl gets -Zi.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 19, 2015 at 12:23 AM, Tilo Kühn <span dir="ltr"><<a href="mailto:tilo.kuehn.73@googlemail.com" target="_blank">tilo.kuehn.73@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div>
<div>i'm not sure if this is a bug or a missing option. when building <span>release </span>code with clang in msvc my binaries are way to big when compiling with option /Zi. it seems the linker doesn't strip out all the debug informations. i did a full rebuild once with /Zi and once with no debug informations and the resulting binaries ended up with 17 MB vs 7 MB ... in my opinion all the debug informations should go into the pdb file. at least this is what i see when usign the intel compiler or msvc compiler.</div>
<div> </div>
<div>thx</div><span class="HOEnZb"><font color="#888888">
<div>tilo</div></font></span></div><br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>