Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude RedirectingFileSystem with null OverlayFileDir in VFSUsage (l…
…lvm#128267) This is to avoid assertion failures like the following when RedirectingFileSystem's are created and used outside createVFSFromOverlayFiles. ``` Assertion failed: VFSUsage.size() == getHeaderSearchOpts().VFSOverlayFiles.size() && "A different number of RedirectingFileSystem's were present than " "-ivfsoverlay options passed to Clang!", file S:\SourceCache\llvm-project\clang\lib\Lex\HeaderSearch.cpp, line 162 ```
- Loading branch information