[PATCH] D35290: [pdb/lld] Add an empty globals stream
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 11 19:56:51 PDT 2017
zturner added a comment.
Note that this still doesn't get our PDBs working with MSVC. next steps:
1. try to figure out what to write for the various fields of th Publics stream header, as well as drilling into symbol streams and comparing record for record.
2. Write actual FPO data to the fpo stream
3. Write something for section headers and section map
https://reviews.llvm.org/D35290
More information about the llvm-commits
mailing list