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

Unified Diff: pydir/wasm-run-torture-tests.py

Issue 1918213003: Subzero, Wasm: Dynamically reallocate read buffer. Runtime improvements. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Formatting Created 4 years, 8 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/wasm-run-torture-tests.py
diff --git a/pydir/wasm-run-torture-tests.py b/pydir/wasm-run-torture-tests.py
index dccb0a964af3b0508d70ffe3af7d4c0f260aca62..fb8c8cf1deb8bca5c92c0e2fc8aa8a95783848a5 100755
--- a/pydir/wasm-run-torture-tests.py
+++ b/pydir/wasm-run-torture-tests.py
@@ -163,7 +163,7 @@ def run_test(test_file, verbose=False):
# Try to link and run the program.
cmd = "clang -g -m32 {} -o {} " + \
- "./runtime/szrt.c ./runtime/wasm-runtime.cpp -lm"
+ "./runtime/szrt.c ./runtime/wasm-runtime.cpp -lm -lstdc++"
cmd = cmd.format(obj_file, exe_file)
if not run_test or os.system(cmd) == 0:
« no previous file with comments | « c2wasm-exe.sh ('k') | runtime/wasm-runtime.cpp » ('j') | runtime/wasm-runtime.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698