commit | 24824e758ebc93f8073e64b12d0525005e82b0d1 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Thu Feb 12 21:35:34 2015 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Thu Feb 12 21:35:34 2015 -0800 |
tree | 0741725e2f81806f2a2ae26b4aed398d33409682 | |
parent | 307e326f90e8990361ad30645eb0bc80180c097b [diff] |
Subzero: Honor the Internal flag when filetype=asm. When filetype=asm, the Internal flag of the Cfg wasn't being copied to the Assembler, so all symbols were made global. This would cause multiply defined symbols in Spec, particularly main(). BUG= none R=jvoung@chromium.org Review URL: https://codereview.chromium.org/921043002