I see that in pdb_creator.cpp, addTypeInfo function only add a version info, it does not add struct info into the generated pdb, is it not supported? Is it difficult to implement this function?
|
void PdbCreator::addTypeInfo(llvm::pdb::TpiStreamBuilder &TpiBuilder) { |
I see that in pdb_creator.cpp,
addTypeInfofunction only add a version info, it does not add struct info into the generated pdb, is it not supported? Is it difficult to implement this function?FakePDB/src_cpp/src_pdb/pdb/pdb_creator.cpp
Line 136 in 23620cf