================
@@ -188,7 +187,8 @@ dependencies::initVFSForByNameScanning(
   InMemoryFS->setCurrentWorkingDirectory(WorkingDirectory);
   SmallString<128> FakeInputPath;
   // TODO: We should retry the creation if the path already exists.
-  llvm::sys::fs::createUniquePath(ModuleName + "-%%%%%%%%.input", 
FakeInputPath,
+  llvm::sys::fs::createUniquePath("module-includes-%%%%%%%%.input",
----------------
qiongsiwu wrote:

> What would/do the combos represent uniquely?

I don't think these strings has any significance other than being unique file 
names. 

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