[llvm] r184368 - DebugInfo: PR14763/r183329 correct the location of indirect parameters

David Blaikie dblaikie at gmail.com
Thu Jun 20 10:33:37 PDT 2013


On Thu, Jun 20, 2013 at 9:29 AM, David Blaikie <dblaikie at gmail.com> wrote:
>
> On Jun 20, 2013 7:51 AM, "Ulrich Weigand" <Ulrich.Weigand at de.ibm.com> wrote:
>>
>> David Blaikie <dblaikie at gmail.com> wrote:
>>
>> > Added:
>> >     llvm/trunk/test/DebugInfo/X86/parameters.ll
>>
>> This test is failing on PowerPC64:
>> error: failed to compute relocation: R_PPC64_ADDR64
>> Is the test case even supposed to run on non-X86 platforms,
>> given that it resides in DebugInfo/X86 ?
>
> It shouldn't, no. I had thought ythe whole directory had some
> protection/handling for that, but maybe I missed something in the test files
> themselves.

Of course, the X86 directory is only run on builds that have the
target, but that doesn't change the behavior of 'llc', which will
still pick the platform if it's not told otherwise.

Added a triple in r184443.



More information about the llvm-commits mailing list