Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: src/trusted/validator/x86/testing/enuminsts/enuminsts-64-baseline

Issue 625923004: Delete old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #!/bin/sh
2 #
3 # enuminsts-64-baseline ...
4 #
5 # Runs enuminsts-64 (with the --in decoder) on the output
6 # of a frozen executable that generates the corresponding input.
7 # That input corresponds to valid x86-64 instruction opcode sequences.
8 ./enuminsts-64-legal | ./enuminsts-64 --in $*
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698