[PATCH] D150545: [NFC][Py Reformat] Reformat python files in llvm

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 13:48:31 PDT 2023


barannikov88 added inline comments.


================
Comment at: llvm/utils/lit/lit/main.py:97
+            sys.stderr.write(
+                "Suppressing error because '--allow-empty-runs' " "was specified.\n"
+            )
----------------
It appears that the concatenated strings are not really concatenated. Note the `" "`.



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150545/new/

https://reviews.llvm.org/D150545



More information about the llvm-commits mailing list