commit | a49e9d9cc9ea0ddcf98d667c64271907c1b8d4a5 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Sun Dec 07 14:25:34 2014 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Sun Dec 07 14:25:34 2014 -0800 |
tree | c98c6aed649cd5638b01dcaa1921e18caf988ea3 | |
parent | 586d4c23b76bbc4239af4d9d1537de43a72591ac [diff] |
Subzero: Build with function/data sections and -gc-sections. This is consistent with how LLVM is built, and makes it easier to analyze the potential size of a translator build and what may be inappropriately brought into the build. BUG= none R=kschimpf@google.com Review URL: https://codereview.chromium.org/783023002