commit | 07af2ac73b348fb5e6378a49abcc9c9a36775a08 | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Wed Sep 30 15:33:41 2015 -0700 |
committer | Karl Schimpf <kschimpf@google.com> | Wed Sep 30 15:33:41 2015 -0700 |
tree | ee61781dcd38c18f74401902bdcf15e3f9175cc0 | |
parent | db2fd9c0c3e5cad4c5a99497e226f3ec970cbcad [diff] |
Add check to verify alignment on global variables. Moves the alignment check method from the function block parser, to the top-level parser, and then uses it to also check alignment on global variables. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4329 R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1378163002 .