================
@@ -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");
   // TODO: We should retry the creation if the path already exists.
----------------
jansvoboda11 wrote:

```suggestion
```

https://github.com/llvm/llvm-project/pull/183396
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to