OSDN Git Service

Subzero: Allow extra args to be passed to llc and Subzero.
authorJim Stichnoth <stichnot@chromium.org>
Thu, 18 Sep 2014 16:43:30 +0000 (09:43 -0700)
committerJim Stichnoth <stichnot@chromium.org>
Thu, 18 Sep 2014 16:43:30 +0000 (09:43 -0700)
commit89906a5e53007c406a5dae46b58d2a9c205dfb5f
tree5b3f4ca943fbd50761c324f0322672e1213c168d
parentff9c7063c674aaf2c96a75155c64f4331e30cecc
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
pydir/szbuild.py