benlangmuir added inline comments.

================
Comment at: clang/lib/Lex/ModuleMap.cpp:1331
+    auto CanonicalDirEntry = FM.getDirectory(CanonicalDir);
+    if (CanonicalDirEntry && *CanonicalDirEntry == *DirEntry) {
+      bool Done = llvm::sys::path::replace_path_prefix(Path, Dir, 
CanonicalDir);
----------------
benlangmuir wrote:
> Wouldn't this indicate the particular VFS has a bug? 
^ Sorry this question was an old draft, you can disregard.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135841

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to