bnbarham added a comment.

The failure here is likely due to the hack in FileManager::getFileRef:

  // FIXME: This hack ensures that `getDir()` will use the path that was
  // used to lookup this file, even if we found a file by different path
  // first. This is required in order to find a module's structure when its
  // headers/module map are mapped in the VFS.

So the directory returned from the FileEntry is the *lookup* directory, but the 
FileEntryRef will be giving back the directory from the external path (if it 
has been remapped).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127647

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

Reply via email to