commit | 927cc17151b90689a7cbb6ee184c432cc41a2892 | [log] [tgz] |
---|---|---|
author | Matt Wala <wala@chromium.org> | Tue Jul 22 15:03:01 2014 -0700 |
committer | Matt Wala <wala@chromium.org> | Tue Jul 22 15:03:01 2014 -0700 |
tree | 2b04dda6c6315ea7b959622f892e0700310ddf2e | |
parent | 89a7c2bda5e735b39858c8e801a318a8af09ebfa [diff] |
Validate the assembly code that Subzero generates in unit tests. Add RUN lines to applicable lit tests to pipe the output of Subzero (in -Om1 and/or -O2 mode) to llvm-mc for validation. Note that the following unit tests fail the validation: * callindirect.pnacl.ll * mangle.ll * nacl-other-intrinsics.ll BUG=none R=stichnot@chromium.org Review URL: https://codereview.chromium.org/411693003