[llvm] r177239 - Split out filename & directory from DIFile to start generalizing over DIScopes

Renato Golin renato.golin at linaro.org
Mon Mar 18 03:49:33 PDT 2013


On 17 March 2013 21:13, David Blaikie <dblaikie at gmail.com> wrote:

> Author: dblaikie
> Date: Sun Mar 17 16:13:55 2013
> New Revision: 177239
>
> URL: http://llvm.org/viewvc/llvm-project?rev=177239&view=rev
> Log:
> Split out filename & directory from DIFile to start generalizing over
> DIScopes
>
> This is the first step to making all DIScopes have a common metadata
> prefix (so
> that things (using directives, for example) that can appear in any scope
> can be
> added to that common prefix). DIFile is itself a DIScope so the common
> prefix
> of all DIScopes cannot be a DIFile - instead it's the raw
> filename/directory
> name pair.


Hi David,

I'm not sure, but I think this commit had adverse effect on an existing
test:

http://lab.llvm.org:8011/builders/llvm-armv5-linux/builds/64/steps/test-llvm/logs/LLVM%20%3A%3A%20DebugInfo__inlined-vars.ll

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).

Looks like it didn't find any formal parameter TAG, which is odd...

cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130318/d92545bb/attachment.html>


More information about the llvm-commits mailing list