DescriptionSubzero: Make the szbuild.py script more automatic.
One wants to omit the --init option to make things go faster, but then there's the risk that the pexe or llvm2ice or llc has changed and --init is actually necessary.
This change automatically compares the modification timestamps of the pexe and the llvm2ice and llc binaries against the modification timestamps of the object files to determine whether re-translation is needed.
The --init option forces re-translation regardless of timestamps.
BUG= none
R=jvoung@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=0fb613f88e44dc877a1b99cf324af6809a8391fd
Patch Set 1 #Patch Set 2 : Doc cleanup #
Total comments: 2
Patch Set 3 : Change --init to --force #Messages
Total messages: 5 (1 generated)
|