[PATCH] D36758: [LLD COFF / PDB] Incrementally update the BuildId when writing a PDB.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 14:18:30 PDT 2017


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lld/COFF/Writer.cpp:270
+    const codeview::DebugInfo *ExistingDI = nullptr;
+    llvm::StringRef PDBFileName;
+    if (auto EC = File.getDebugPDBInfo(ExistingDI, PDBFileName))
----------------
remove `llvm::`


https://reviews.llvm.org/D36758





More information about the llvm-commits mailing list