commit | 7a20a40facac14ee721bd890182b090b77c3fef4 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Wed Feb 24 21:32:53 2016 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Wed Feb 24 21:32:53 2016 -0800 |
tree | fc5795be4007f2217dd80540765dd778c2cfe107 | |
parent | e82b560e649f8a68bcb252b9b002708e74d962d3 [diff] |
Subzero: Provide "make sb" target for sandboxed pnacl-sz. Instead of "./pnacl-sz <args>", one can run: ../../../run.py ./pnacl-sz.x8632.nexe <args> or ../../../run.py ./pnacl-sz.x8664.nexe <args> Hopefully the translator performance characteristics are close to that of the browser hookup. Adds sb builds to two of the presubmit configurations. BUG= none R=jpp@chromium.org Review URL: https://codereview.chromium.org/1738633002 .