[LLVMdev] target datalayout defintion

Carl-Philip Hänsch cphaensch at googlemail.com
Thu Oct 27 04:29:17 PDT 2011


You can compile an empty C source code with clang -S -emit-llvm and copy the
data layout from there.

2011/10/27 Seb <babslachem at gmail.com>

> Hi all,
>
> Can someone give me advice on what should be a good definition of target
> datalayout for an ARM cortex-A9 + neon target and x86 32-bit ?
> Shall I use a different definition for a cortex-A9 without neon ?
> Thanks for your advices
> Best Regards
> Seb
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111027/07a57749/attachment.html>


More information about the llvm-dev mailing list