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
c0606d2716
Python compat - has_key vs. in operator
...
Use portable `in` operator instead of `has_key(...)` method.
Differential Revision: https://reviews.llvm.org/D56260
llvm-svn: 350314
2019-01-03 14:12:37 +00: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
Bill Wendling
d63dcde113
Modify the sh-bang to run out-of-the-box for FreeBSDes.
...
llvm-svn: 155230
2012-04-20 20:31:44 +00:00
Bill Wendling
addcfcac5c
Rename the script to indicate that this is for the TEST=simple tests.
...
llvm-svn: 142764
2011-10-23 20:14:06 +00:00