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

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..362e836ec871a47704fdb671118e2e253b3f6fa7
--- /dev/null
+++ b/pydir/sz-clang++.py
@@ -0,0 +1,6 @@
+#!/usr/bin/env python2
+
+import sz_driver
+
+if __name__ == '__main__':
+ sz_driver.run(True)

Powered by Google App Engine
This is Rietveld 408576698