================
@@ -178,11 +183,10 @@ dependencies::initVFSForByNameScanning(
llvm::makeIntrusiveRefCnt<llvm::vfs::OverlayFileSystem>(BaseFS);
auto InMemoryFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>();
InMemoryFS->setCurrentWorkingDirectory(WorkingDirectory);
- SmallString<128> FakeInputPath;
+ std::string FakeInputPath("module-include.input");
----------------
jansvoboda11 wrote:
```suggestion
StringRef FakeInputPath("module-include.input");
```
https://github.com/llvm/llvm-project/pull/183396
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits