<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra">I think you're right. For some reason it doesn't show on the bot's list of commits, not sure why, but this is the only one in between the two builds that could have caused it.</div>
</div></blockquote><div><br></div><div>Which is the better fix? ARM FastISel (and therefore O0) now has disable frame pointer elimination on by default, so the DW_AT_APPLE_omit_frame_ptr debug information shouldn't be present in either test case.</div>
<div><br></div><div>At the same time I assume that once the bug I filed is resolved (emit correct and performant code) the test will go back to its previous state. Also, AFAICT Darwin has the same issue (it always has FP on FastISel), but because it doesn't go through this flag the test "passes". Presumably the debugger knows that and doesn't need the debug info?</div>
<div><br></div><div>So: XFAIL, or change the test?</div></div></div></div>