<div dir="ltr"><div style>On 17 March 2013 21:13, David Blaikie <span dir="ltr"><<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</a>></span> wrote:<br></div><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">Author: dblaikie<br>
Date: Sun Mar 17 16:13:55 2013<br>
New Revision: 177239<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=177239&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=177239&view=rev</a><br>
Log:<br>
Split out filename & directory from DIFile to start generalizing over DIScopes<br>
<br>
This is the first step to making all DIScopes have a common metadata prefix (so<br>
that things (using directives, for example) that can appear in any scope can be<br>
added to that common prefix). DIFile is itself a DIScope so the common prefix<br>
of all DIScopes cannot be a DIFile - instead it's the raw filename/directory<br>
name pair.</blockquote><div><br></div>Hi David,<div><br></div><div>I'm not sure, but I think this commit had adverse effect on an existing test:</div><div><br></div><div><a href="http://lab.llvm.org:8011/builders/llvm-armv5-linux/builds/64/steps/test-llvm/logs/LLVM%20%3A%3A%20DebugInfo__inlined-vars.ll">http://lab.llvm.org:8011/builders/llvm-armv5-linux/builds/64/steps/test-llvm/logs/LLVM%20%3A%3A%20DebugInfo__inlined-vars.ll</a><br>
</div><div><br></div><div style>It could be some of the others around, since it only shows in the ARMv5 bot and not on any other (and the ARMv5 bot is quite slow).</div><div style><br></div><div style>Looks like it didn't find any formal parameter TAG, which is odd...</div>
<div style><br></div><div style>cheers,</div><div style>--renato </div></div></div></div>