Chromium Code Reviews| 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', |
|
Jim Stichnoth
2016/02/10 06:35:59
Just checking - is this flag also happening in the
John
2016/02/10 15:41:13
Are you asking if this is park of pnacl-translate.
Jim Stichnoth
2016/02/10 17:00:21
I actually meant toolchain_build/pnacl_targetlibs.
|
| '-o', obj |
| ] + extra_args, echo=verbose) |
| shellcmd(['le32-nacl-objcopy', |