================
@@ -266,14 +266,14 @@ class Compilation {
   /// addResultFile - Add a file to remove on failure, and returns its
   /// argument.
   const char *addResultFile(const char *Name, const JobAction *JA) {
-    ResultFiles[JA] = Name;
+    ResultFiles[JA].push_back(Name);
----------------
jhuber6 wrote:

Does this have any effects for other users? We now don't overwrite.

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

Reply via email to