OSDN Git Service

implemented wrapper script to replace calls to calloc()
[android-x86/external-swiftshader.git] / pydir / sz-clang++.py
1 #!/usr/bin/env python2
2
3 import sz_driver
4
5 if __name__ == '__main__':
6   sz_driver.run(is_cpp=True)