<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 29, 2009, at 8:49 AM, John Thompson wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Perhaps this should go to the LLVM list, but since it relates to a Clang test failure on Windows, and I'm not currently on the LLVM list, I'll give it a go here first.<br clear="all"></blockquote><div><br></div>This is better for the llvm list, but...</div><div><br><blockquote type="cite"> <div></div><font size="2"> <div><br></div> <div>The CodeGen\2009-01-21-invalid-debug-info.m test is experiencing a crash in some of the X86AsmPrinter functions because the MMI member of its parent class, AsmPrinter, is not being set in AsmPrinter::doInitialization because the MAI->doesSupportDebugInformation() and MAI->doesSupportExceptionHandling() calls return false.</div> <div> </div> <div>My first thought was just that the MMI pointer just needs to be checked before using it, but then I started wondering if it actually should be set to something, such that some X86 support is missing elsewhere.  Before I dig into it further, could some one shed some light on this?</div> </font></blockquote></div><br><div>I'm pretty sure I fixed this on mainline a few days ago, are you running with tot?</div><div><br></div><div>-Chris</div></body></html>