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

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 28 13:38:05 PDT 2017


inglorion added inline comments.


================
Comment at: llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp:507
+              ExitOnErr(DbiBuilder.getSourceFileNameIndex(LC.FileName));
+          Lines->createBlock(LC.FileName, NI);
+          if (Lines->hasColumnInfo()) {
----------------
This no longer takes the filename, right?


https://reviews.llvm.org/D32615





More information about the llvm-commits mailing list