[llvm] r225715 - Bitcode: Add abbreviation for METADATA_NAME

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Jan 13 10:04:49 PST 2015


On 13 January 2015 at 12:59, Rafael EspĂ­ndola
<rafael.espindola at gmail.com> wrote:
>> +    Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
>> +    Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8));
>
> What is the fixed 8?

Never mind, I just found out that Arrays must be second to last.

Cheers,
Rafael




More information about the llvm-commits mailing list