commit | 6ff33d2fdba1ae8dde5e6409d4a21e1e875dcf56 | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Mon Sep 22 10:28:42 2014 -0700 |
committer | Karl Schimpf <kschimpf@google.com> | Mon Sep 22 10:28:42 2014 -0700 |
tree | 06a009d1ec19fdbd0ae493bbcde6363dec3acdd6 | |
parent | 800dab29d19d6cc9e842fc16bfb9433018322062 [diff] |
Test generation of global initializers in Subzero bitcode reader. Adds workaround that uses IceConverter's convertGlobals to generate global initializers. This should complete the initial implementation of Subzero's bitcode reader. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3892 R=stichnot@chromium.org Review URL: https://codereview.chromium.org/587893003