commit | 798b41553fa38a247cae3a5bbc50b42afe8ffc39 | [log] [tgz] |
---|---|---|
author | Jan Voung <jvoung@chromium.org> | Thu Jun 12 12:54:34 2014 -0700 |
committer | Jan Voung <jvoung@chromium.org> | Thu Jun 12 12:54:34 2014 -0700 |
tree | 2a59f5ae00d2bdeb007dbd0d8188e87120f6851c | |
parent | 1248a6d1b2040d1178137006f8494b44d128a3c5 [diff] |
Subzero: give crosstest .sz intermediate files names that depend on flags Currently only the output has a unique name (supplied by the invocation), but the intermediate files (.sz.s, .sz.o) can get overwritten (w/ different optlevels, or targets). Would be nice to keep them around for debugging. (bug may happen for Om1 but not O2). BUG=none R=stichnot@chromium.org Review URL: https://codereview.chromium.org/333713004