[PATCH] D91997: APINotes: add bitcode format schema definitions

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 23 13:39:52 PST 2020


compnerd created this revision.
compnerd added reviewers: martong, gribozavr2, MForster.
compnerd added a project: clang.
Herald added a subscriber: rnkovacs.
compnerd requested review of this revision.

This adds the bitcode format schema required for serialization of the
YAML data to a binary format.  APINotes are pre-compiled and re-used in
the binary format from the frontend.  These definitions provide the data
layout representation enabling writing (and eventually) reading of the
data in bitcode format.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91997

Files:
  clang/lib/APINotes/APINotesFormat.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91997.307193.patch
Type: text/x-patch
Size: 9268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201123/032c0827/attachment-0001.bin>


More information about the cfe-commits mailing list