David Majnemer e4d89ec8de WinCOFF: Emit common symbols as specified in the COFF spec
Summary:
Local common symbols were properly inserted into the .bss section.
However, putting external common symbols in the .bss section would give
them a strong definition.

Instead, encode them as undefined, external symbols who's symbol value
is equivalent to their size.

Reviewers: Bigcheese, rafael, rnk

CC: llvm-commits

Differential Revision: http://reviews.llvm.org/D3324

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205811 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-08 22:33:40 +00:00
..
2014-01-21 20:39:11 +00:00
2014-01-24 17:20:08 +00:00
2014-02-25 04:21:15 +00:00
2013-07-04 21:32:07 +00:00
2013-09-15 18:01:09 +00:00
2013-09-15 18:01:09 +00:00
2013-09-15 18:01:09 +00:00
2013-12-04 02:02:55 +00:00