Welcome to mirror list, hosted at ThFree Co, Russian Federation.

__init__.py « lit « lit « utils « llvm - github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25223230691cd9e0f0191f661cd88833f2d608f3 (plain)
1
2
3
4
5
6
7
8
"""'lit' Testing Tool"""

__author__ = 'Daniel Dunbar'
__email__ = 'daniel@minormatter.com'
__versioninfo__ = (16, 0, 0)
__version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'

__all__ = []