Tobias Hieta
b71edfaa4e
[NFC][Py Reformat] Reformat python files in llvm
...
This is the first commit in a series that will reformat
all the python files in the LLVM repository.
Reformatting is done with `black`.
See more information here:
https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-style
Reviewed By: jhenderson, JDevlieghere, MatzeB
Differential Revision: https://reviews.llvm.org/D150545
2023-05-17 10:48:52 +02:00
Serge Guelton
4a27478a5b
Python compat - print statement
...
Make sure all print statements are compatible with Python 2 and Python3 using
the `from __future__ import print_function` statement.
Differential Revision: https://reviews.llvm.org/D56249
llvm-svn: 350307
2019-01-03 14:11:33 +00:00
NAKAMURA Takumi
477a2f39cb
llvm/test/BugPoint/compile-custom.ll.py: Make it py3-compatible. [PR19112]
...
FIXME: Get rid of invoking this.
I guess it wouldn't run on win32 due to lacking of shell support.
llvm-svn: 203740
2014-03-13 00:10:37 +00:00
Adam Nemet
47492919c6
[bugpoint] Add testcase for r203343.
...
llvm-svn: 203472
2014-03-10 16:58:54 +00:00