================
@@ -485,20 +486,48 @@ static void addPGOAndCoverageFlags(const ToolChain &TC, 
Compilation &C,
   }
 
   if (ProfileUseArg) {
+    SmallString<128> Path;
----------------
benlangmuir wrote:

Nit: I suggest something like `PathBuf` or `PathStorage` so we don't mix this 
up with the desired path. I know that increases the diff below slightly, but 
seems more clear to me.

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

Reply via email to