commit | 7fdaee8f1520458a96fa47e58ef64ce164e16b8e | [log] [tgz] |
---|---|---|
author | Nico Rieck <nico.rieck@gmail.com> | Mon Jul 29 13:58:39 2013 +0000 |
committer | Nico Rieck <nico.rieck@gmail.com> | Mon Jul 29 13:58:39 2013 +0000 |
tree | a6ae36d4245de574b1843181a9ddf384941ce588 | |
parent | 06d17c80cc8947a4ccf79cdb59547607a215050a [diff] |
Use proper section suffix for COFF weak symbols 32-bit symbols have "_" as global prefix, but when forming the name of COMDAT sections this prefix is ignored. The current behavior assumes that this prefix is always present which is not the case for 64-bit and names are truncated. llvm-svn: 187356