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

Unified Diff: pydir/build-runtime.py

Issue 1665263003: Subzero. ARM32. Nonsfi. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addresses comments. Created 4 years, 10 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_cast_to_u1.ll ('k') | pydir/crosstest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pydir/build-runtime.py
diff --git a/pydir/build-runtime.py b/pydir/build-runtime.py
index c735e85f96da4a368c5730b7998663a55f147bb7..2d5cf3dd00b15ee8eecf9412ee86261968be13db 100755
--- a/pydir/build-runtime.py
+++ b/pydir/build-runtime.py
@@ -23,6 +23,7 @@ def Translate(ll_files, extra_args, obj, verbose):
'-O2',
'-filetype=obj',
'-bitcode-format=llvm',
+ '-arm-enable-dwarf-eh=1',
'-o', obj
] + extra_args, echo=verbose)
shellcmd(['le32-nacl-objcopy',
« no previous file with comments | « crosstest/test_cast_to_u1.ll ('k') | pydir/crosstest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698