f22ef01c33
in llvm/ and/or llvm/contrib/clang/ respectively. Approved by: ed (mentor) Approved by: core
6 lines
78 B
Python
Executable File
6 lines
78 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
if __name__=='__main__':
|
|
import lit
|
|
lit.main()
|