[LLVMdev] TargetDescription string documentation

Eli Friedman eli.friedman at gmail.com
Thu May 27 15:37:09 PDT 2010


On Thu, May 27, 2010 at 11:18 AM, Paulo J. Matos <pocmatos at gmail.com> wrote:
> On Thu, May 27, 2010 at 7:09 PM, John Criswell <criswell at uiuc.edu> wrote:
>> I believe what you want is documented here:
>>
>> http://llvm.org/docs/LangRef.html#datalayout
>>
>
> Just a note, since it might be a bug on the backend or documentation.
> It says on the documentation that size for f is either 32 or 64,
> however, sparc has 64 and 128.

It's a documentation bug; f128 refers to the LLVM type fp128 on SPARC.

-Eli



More information about the llvm-dev mailing list