DescriptionAllow pnacl-sz to be compiled to textual bitcode records.
This has been added to allow fuzzing to be applied to textual bitcode
records. When built with make option TEXTUAL_BITCODE=1, the
corresponding generated pnacl-sz will preprocess the input file
(containing the textual form of bitcode records) and generate
a corresponding data stream with the binary form.
Note that the texual form of bitcode records is not LLVM assembly
(i.e. .ll files). Rather, it is sequences of texual integers
corresponding to bitcode records.
Dependent on: https://codereview.chromium.org/1191393004
BUG= https://code.google.com/p/nativeclient/issues/detail?id=4169
R=stichnot@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=6f9ba115f546d0e3446f08bd6f4477d2b5645bd5
Patch Set 1 #Patch Set 2 : Fix nits. #
Total comments: 10
Patch Set 3 : Fix issues in patch set 2. #
Total comments: 8
Patch Set 4 : Fix nits. #
Total comments: 4
Messages
Total messages: 12 (1 generated)
|