commit | 4019f0843ff2efdde366402f692f0853a206bac8 | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Mon Dec 15 13:45:00 2014 -0800 |
committer | Karl Schimpf <kschimpf@google.com> | Mon Dec 15 13:45:00 2014 -0800 |
tree | 75758b15b15cc510b72111d96a706b06cd9066b9 | |
parent | bf170370805150026104a9e42e07fb17b0971ad7 [diff] |
Remove TypeConverter and Module from minimal subzero build. Removes the need to model LLVM types from the minimal subzero build. It isn't removed from the nonminimal build because IceConverter still needs to be able to convert LLVM types to corresponding Ice types. Note that this CL reduces the size of Release+Min/llvm2ice (after strip) to about 638K bytes. BUG=None R=jvoung@chromium.org, stichnot@chromium.org Review URL: https://codereview.chromium.org/805943002