[PATCH] D109030: [LLD][COFF] Clean paths in PDB even when /pdbsourcepath isn't used

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 31 15:40:09 PDT 2021


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

lgtm



================
Comment at: lld/COFF/PDB.cpp:283
   sys::path::native(absoluteFileName, guessedStyle);
   sys::path::remove_dots(absoluteFileName, true, guessedStyle);
 
----------------
Seems consistent


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109030/new/

https://reviews.llvm.org/D109030



More information about the llvm-commits mailing list