Displaying 3 results from an estimated 3 matches for "socument".
Did you mean:
document
2009 Jun 13
2
[LLVMdev] PIC documentation ?
Is there any overview or detailed socumentation on LLVM PIC ?
Many thanks in advance,
Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090613/8b6b5719/attachment.html>
2009 Jun 15
0
[LLVMdev] PIC documentation ?
Hello, Aaron
> Is there any overview or detailed socumentation on LLVM PIC ?
Did you mean Position Independent Code? If so - there is nothing
special here, LLVM just implements (when this is implemented) what is
defined in platform ABI.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Jun 16
3
[LLVMdev] PIC documentation ?
...platform ABI's are documented other than Itanium ?
I need to get to understand PIC on x86, x86_64 and PowerPC for the COFF and
MachO backends.
Thanks,
Aaron
2009/6/15 Anton Korobeynikov <anton at korobeynikov.info>
> Hello, Aaron
>
> > Is there any overview or detailed socumentation on LLVM PIC ?
> Did you mean Position Independent Code? If so - there is nothing
> special here, LLVM just implements (when this is implemented) what is
> defined in platform ABI.
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint...