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
============== lit Examples ============== This directory contains examples of 'lit' test suite configurations. The test suites they define can be run with 'lit examples/example-name', for more details see the README in each example.