DescriptionSubzero: Add a "make check-spec" target.
"make -f Makefile.standalone check-spec" will translate and run all the spec2k components for a given target.
The advantages are that this can be done all within the subzero directory, and the spec components can be run in parallel via "make -j" (particularly helpful for arm32/qemu).
Default target is x8632, and arm32 is also available.
Example:
make -j32 -f Makefile.standalone check-spec TARGET=arm32 SPEC="-O2 --filetype=iasm"
Also removes unnecessary tab characters from the makefile, fixes >80-column lines, and gives more consistent indentation.
BUG= none
R=jpp@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=2e7de236a56e32189e0e2e59212d3b36de370b0d
Patch Set 1 #
Messages
Total messages: 8 (5 generated)
|