[LLVMdev] Adding fields in a already built type?

Stéphane Letz letz at grame.fr
Mon Jun 14 13:22:11 PDT 2010


Hi,

We build a type with StructType::get(fModule->getContext(), fDspFields, false); with a fDspFields  (std::vector<const llvm::Type*> fDspFields;)  that is not yet completely known when we have to build the type. It is possible to add fields in a already build type? 

Thanks

Stéphane Letz



More information about the llvm-dev mailing list