[polly] [polly] python futurize --stage1 --write (PR #124580)
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 10:03:03 PST 2025
================
@@ -4,6 +4,7 @@
# Polly/LLVM update_check.py
# Update lit FileCheck files by replacing the 'CHECK:' lines by the actual output of the 'RUN:' command.
+from __future__ import print_function
----------------
Meinersbur wrote:
This file is already Python3. No `import __future__` needed
https://github.com/llvm/llvm-project/pull/124580
More information about the llvm-commits
mailing list