summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-11-25 16:06:04 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-11-25 16:06:04 +0000
commitc7daeb3098f58028ffe1fc495cb4c51b4d378f9d (patch)
tree0dd3745755604deb577b9af9ae8472a7f030fa70 /lib/Target/ARM/ARMISelLowering.h
parent68bef454399b25f7f8fb4484a806a5efd69eb3d7 (diff)
downloadllvm-c7daeb3098f58028ffe1fc495cb4c51b4d378f9d.tar.gz
llvm-c7daeb3098f58028ffe1fc495cb4c51b4d378f9d.tar.bz2
llvm-c7daeb3098f58028ffe1fc495cb4c51b4d378f9d.tar.xz
Fix .comm and .lcomm on COFF.
These should not use COMDATs. GNU as uses .bss for .lcomm and section 0 for .comm. Given static int a; int b; MSVC puts both in .bss. This patch then puts both .comm and .lcomm on .bss. With this change we agree with gas on .lcomm, are much closer on .comm and clang-cl matches msvc on the above example. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195654 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.h')
0 files changed, 0 insertions, 0 deletions