| commit | 816fd68fef0608236fc3fe0c2ce313c14487e3a6 | [log] [tgz] |
|---|---|---|
| author | Jim Stichnoth <stichnot@chromium.org> | Tue Feb 16 05:47:32 2016 -0800 |
| committer | Jim Stichnoth <stichnot@chromium.org> | Tue Feb 16 05:47:32 2016 -0800 |
| tree | 115ded4ae49911a17bed123baa92c6cfbe15d58d | |
| parent | 5fa0a5f7f730f33e6987527a261de8d833d7585c [diff] |
Subzero: Set the correct target arch in the browser hookup. The original implementation hard-coded the target to x86-32. The new implementation mirrors pnacl-llc by probing the architecture it is running on. Continues the plumbing work in https://codereview.chromium.org/1698523003/ , toward the goal of enabling sandboxed translator tests for x86-64, particularly on the spec bots. BUG= https://bugs.chromium.org/p/nativeclient/issues/detail?id=4077 R=jpp@chromium.org Review URL: https://codereview.chromium.org/1696123003 .