repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Alignment][NFC] Migrate Instructions to Align
[llvm-core.git]
/
utils
/
lit
/
lit.py
blob
af070c69b5bd753f45dc26f54dc8b25ad59110eb
1
#!/usr/bin/env python
2
import
sys
3
4
from
lit
.
main
import
main
5
6
if
__name__
==
'__main__'
:
7
main
()