Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(712)

Unified Diff: pydir/sz-clang.py

Issue 2145213002: Subzero: implemented wrapper script to replace calls to calloc() (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addressed comments and added error testing Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pydir/sz-clang.py
diff --git a/pydir/sz-clang.py b/pydir/sz-clang.py
new file mode 100755
index 0000000000000000000000000000000000000000..2aa0059946dffe3a817635ec92878983cf4d8e74
--- /dev/null
+++ b/pydir/sz-clang.py
@@ -0,0 +1,6 @@
+#!/usr/bin/env python2
+
+import sz_driver
+
+if __name__ == '__main__':
+ sz_driver.run(False)
Jim Stichnoth 2016/07/14 20:42:11 I don't know if this is valid or reasonable python
tlively 2016/07/15 01:54:25 Done.

Powered by Google App Engine
This is Rietveld 408576698