commit | 10ea6989b2c38a9bac39b1a5e17d1674ed64e099 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Tue Sep 09 11:19:12 2014 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Tue Sep 09 11:19:12 2014 -0700 |
tree | 11d158028a3fab207c6f7193276d3fdfb578c91e | |
parent | 72a8f8dade0acbf4b9d6a57ce955c6c7b34d0581 [diff] |
Subzero: Add a script that builds a hybrid Subzero/llc native executable. The script translates a pexe using both Subzero and llc, and then uses linker tricks to resolve each symbol into either its Subzero or llc version. This enables quick bisection-based debugging of Subzero code generation. BUG= none R=jfb@chromium.org, jvoung@chromium.org Review URL: https://codereview.chromium.org/551953002