<div dir="ltr">Hey all,<div><br></div><div>When running lldb tests with clang, on non-Apple platforms, we really need this flag set:</div><div><div style="font-family:arial,sans-serif;font-size:13px"><span style="font-size:12.727272033691406px">-fstandalone-debug</span></div>
<div><span style="font-size:12.727272033691406px"><br></span></div><div>It addresses issues where we end up missing complete debuginfo without it in some cases.  That ends up breaking the debugger's ability to perform some operations.  So, we're going to want that flag set when running tests on a host other than MacOSX.</div>
<div><br></div><div>We have a couple ways I suppose we can go about that: modify all the test build files to check if CC/CXX is clang, and add the symbol if so.  Or we can do something in the test framework build functions that tries to figure that out, and adds it if appropriate.</div>
<div><br></div><div>Any preferences on the way to handle this?</div><div>-- <br></div><div dir="ltr"><table cellspacing="0" cellpadding="0" style="color:rgb(136,136,136);font-family:'Times New Roman'"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small">
<td nowrap style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px">Todd Fiala |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Software Engineer |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:tfiala@google.com" style="color:rgb(17,85,204)" target="_blank"><span style="color:rgb(34,34,34);background-color:rgb(255,255,204)">tfiala@google.com</span></a> |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"><font color="#1155cc"> <a>650-943-3180</a></font></td></tr></tbody></table><br></div>
</div></div>