Closed idavis closed 1 year ago
CLA Assistant Lite bot All Contributors have signed the CLA.
I have read the Contributor License Agreement and I hereby accept the Terms.
Hi @bettinaheim, could you please review the schema definitions?
See #23
@bettinaheim /bump
/CC @qci-amos @kalzoo
While I understand why the method signatures are specialized, I wouldn't mind a sentence explaining why RESULT and BOOL outputs aren't emitted as INT.
Added a comment in Notes For Implementors
Thanks @qci-amos . I don't know of any OSS parsing utils for the output formats. Might be good to discuss at the next meeting. I don't have permissions to merge, so someone else will have to merge this PR.
This PR defines the output schemas for labeled and unlabeled schemas.
The format also defines what the output should look like for output recording functions for
int
,double
, andbool
which are not currently specified in the base profile. We can remove these functions from the schemas or keep them noting that they are forward looking definitions.This spec, along with the base profile will have to be updated as we address the opaque pointer updates to LLVM IR.