[llvm] [llvm-lit] Resolve env subcommand required error (PR #98414)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 23 09:48:38 PDT 2024


================
@@ -417,7 +417,7 @@ def maybeUnescape(arg):
     if write_newline:
         stdout.write(encode("\n"))
 
-    for (name, mode, f, path) in opened_files:
+    for name, mode, f, path in opened_files:
----------------
Harini0924 wrote:

Thank you for your feedback. I understand the importance of modifying only the necessary parts of the files. To ensure this, I will use git diff to review my changes before committing. This will help me confirm that only the intended modifications are included and avoid altering any untouched sections.

https://github.com/llvm/llvm-project/pull/98414


More information about the llvm-commits mailing list