[PATCH] D34257: [PDB] Start emitting source file and line information

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 09:20:35 PDT 2017


rnk added a comment.

I removed all the code to find the "main" .debug$S section, since that's where all the remaining complexity is. I think as long as file checksum offsets don't change, we don't need to treat the "main" section specially. That may change in the future, but for now this keeps the code simple.


https://reviews.llvm.org/D34257





More information about the llvm-commits mailing list