[LLVMdev] questions about the type system rewrite
Chris Lattner
clattner at apple.com
Mon Jul 18 09:27:24 PDT 2011
On Jul 18, 2011, at 9:00 AM, Nicolas Ojeda Bar wrote:
> Hi,
>
> Question 1: Will the new type system allow to incrementally build structs (instead
> of filling all the fields in one go, as in the example given in
> <http://nondot.org/sabre/LLVMNotes/TypeSystemRewrite.txt>?
Nope, a struct either has a body or not. You can't add members to a type incrementally.
> Question 2: Will the ocaml bindings to be updated to work with the new type system
> once the merging of the rewrite to the main branch is done?
That would be great!
-Chris
More information about the llvm-dev
mailing list