DescriptionRequire that the module symbol table can't appear after function.
The bitcode parser assumes that the module symbol table, if it exists,
must appear before the first function
block (i.e. defininition). However, the parser did not check this
constraint. This patch fixes that omission.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=4320
R=stichnot@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=28fc2d7dce3693b40d2a99d84d4147274d66784c
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix nit. #
Messages
Total messages: 5 (1 generated)
|