commit | bfb03e570da02e795838ff380201f8b38eacc49d | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Tue Aug 26 10:29:05 2014 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Tue Aug 26 10:29:05 2014 -0700 |
tree | 9f48961d1fb05d580ed57fa4648089c2ee3e35df | |
parent | 6170e7579e2dd62cfc74f45183ba953f6ec758af [diff] |
Subzero: Fixes for Hello World and bisection debugging. Add the llvm2ice -sandbox option (false by default) to select between native and sandboxed code generation. Currently, it controls whether the llvm.nacl.read.tp intrinsic is lowered to gs:[0x0] or a call to __nacl_read_tp. Change the asm output slightly for -ffunction-sections so that objdump is more willing to provide a disassembly. BUG= none R=jvoung@chromium.org Review URL: https://codereview.chromium.org/504963002