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

David Blaikie dblaikie at gmail.com
Tue Mar 19 18:56:26 PDT 2013


On Tue, Mar 19, 2013 at 6:12 AM, Bill Schmidt
<wschmidt at linux.vnet.ibm.com> wrote:
> Hi David,
>
> This test fails on powerpc64-unknown-linux-gnu as well.

Thanks for the details - sorry about that guys. Fixed in r177474. Not
sure why this didn't fail in X86.

>
> Thanks,
> Bill
>
> On Mon, 2013-03-18 at 17:09 +0000, Renato Golin wrote:
>> On 18 March 2013 16:50, David Blaikie <dblaikie at gmail.com> wrote:
>>         Little bit odd - if you have access to this machine/hardware,
>>         can you
>>
>>         reproduce this failure reliably (& over this particular
>>         revision)? (I
>>         suppose I might be able to reproduce this just by specifying
>>         the
>>         target but I'm not sure) If possible, a test case (with the
>>         appropriately hardcoded triple) would be great.
>>
>>
>> Hi David,
>>
>>
>> You can reproduce it on any machine by adding the triple "armv5"
>>
>>
>> llc -mtriple armv5 -O0 < inlined-vars.ll | FileCheck inlined-vars.ll
>> -check-prefix ARGUMENT
>>
>>
>>
>> cheers,
>> --renato
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list