[llvm] r225715 - Bitcode: Add abbreviation for METADATA_NAME
Rafael EspĂndola
rafael.espindola at gmail.com
Tue Jan 13 09:59:59 PST 2015
> + Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
> + Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8));
What is the fixed 8?
Cheers,
Rafael
More information about the llvm-commits
mailing list