commit | 89906a5e53007c406a5dae46b58d2a9c205dfb5f | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Thu Sep 18 09:43:30 2014 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Thu Sep 18 09:43:30 2014 -0700 |
tree | 5b3f4ca943fbd50761c324f0322672e1213c168d | |
parent | ff9c7063c674aaf2c96a75155c64f4331e30cecc [diff] |
Subzero: Allow extra args to be passed to llc and Subzero. Use --llc to pass extra arguments to pnacl-translate. Use --sz to pass extra arguments to llvm2ice. The --stats argument is removed from the script because it is Subzero-only, and can now be done with --sz=--stats . BUG= none R=jvoung@chromium.org Review URL: https://codereview.chromium.org/582593002