[PATCH] D150545: [NFC][Py Reformat] Reformat python files in llvm
Tobias Hieta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 17 13:53:32 PDT 2023
thieta added inline comments.
================
Comment at: llvm/utils/lit/lit/main.py:97
+ sys.stderr.write(
+ "Suppressing error because '--allow-empty-runs' " "was specified.\n"
+ )
----------------
barannikov88 wrote:
> It appears that the concatenated strings are not really concatenated. Note the `" "`.
>
In Python you can concat strings without the + sign. In this case it's not necessary- but I doubt it will have any impact on the functionality
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