[PATCH] D32615: [pdb, lld] Write CodeView line tables to PDB.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 28 16:30:47 PDT 2017


zturner added a comment.

It turns out the way I'm translating file names is all wrong, and it's not that easy to fix.  The work here is mostly done but I'm going to try to fix this up and re-upload.  In the meantime, I'll try to see if I can break up certain parts of this change into smaller pieces and submit them, so that when I'm finally done fixing the root of the problem, the resulting CL will be smaller than this one.


https://reviews.llvm.org/D32615





More information about the llvm-commits mailing list