[PATCH] D34257: [PDB] Start emitting source file and line information
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 19 10:09:57 PDT 2017
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lld/COFF/PDB.cpp:81-83
+ if (SectionChunk *Sec = findByName(File->getDebugChunks(), SecName))
+ return consumeDebugMagic(Sec->getContents(), SecName);
+ return {};
----------------
Nice!
https://reviews.llvm.org/D34257
More information about the llvm-commits
mailing list