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

Unified Diff: pydir/crosstest.py

Issue 624663002: Introduce model of global initializers in Subzero. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nits. Created 6 years, 2 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
« no previous file with comments | « crosstest/test_global.cpp ('k') | src/IceClFlags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pydir/crosstest.py
diff --git a/pydir/crosstest.py b/pydir/crosstest.py
index 0576c7b475cc699f550c7a4fb10bcf9b76b91e4f..73f2925ff077efedfec18675fcc12c4a9c8f0102 100755
--- a/pydir/crosstest.py
+++ b/pydir/crosstest.py
@@ -104,6 +104,7 @@ if __name__ == '__main__':
'-mattr=' + args.attr,
'--target=' + args.target,
'--prefix=' + args.prefix,
+ '-allow-uninitialized-globals',
'-o=' + asm_sz,
bitcode])
shellcmd(['llvm-mc',
« no previous file with comments | « crosstest/test_global.cpp ('k') | src/IceClFlags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698