[LLVMdev] Setting up array ordering dwarf for arrays

Eric Christopher echristo at gmail.com
Fri Oct 4 09:13:01 PDT 2013


Pretty sure that's what I said, but you definitely said it more
explicitly. Thanks Paul. :)

-eric

On Fri, Oct 4, 2013 at 8:41 AM, Robinson, Paul
<Paul_Robinson at playstation.sony.com> wrote:
> Usually the array ordering is implied by the language; for example LLVM
> supports Fortran via Dragonegg but we still don’t set the ordering
> explicitly, we rely on the debugger to assume the right ordering because of
> the language code.  You wouldn’t need to set ordering unless you want an
> ordering that isn’t the language default, or you’re using a language code
> that the debugger doesn’t understand.
>
> --paulr
>
>
>
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On
> Behalf Of Eric Christopher
> Sent: Thursday, October 03, 2013 2:58 PM
> To: sebastien deldon, (PGI)
> Cc: LLVM Developers Mailing List
> Subject: Re: [LLVMdev] Setting up array ordering dwarf for arrays
>
>
>
> Not at the moment, we've been adding things that need additions to the
> metadata on an "as needed" basis. Do you have a language that allows you to
> swap orderings in source code? If so, then feel free to add it to the array
> type metadata and send a patch.
>
>
>
> -eric
>
> On Oct 3, 2013 1:15 PM, "sebastien deldon (PGI)"
> <sebastien.deldon at pgroup.com> wrote:
>
> Hi all,
>
>
>
> Is there a way to set up array ordering (DW_ORD_row_major  or
> DW_ORD_col_major) using debug metadata ?
>
>
>
> Best Regards
>
> Seb
>
> ________________________________
>
> This email message is for the sole use of the intended recipient(s) and may
> contain confidential information.  Any unauthorized review, use, disclosure
> or distribution is prohibited.  If you are not the intended recipient,
> please contact the sender by reply email and destroy all copies of the
> original message.
>
> ________________________________
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list