summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-25 07:20:44 +0000
committerChris Lattner <sabre@nondot.org>2010-01-25 07:20:44 +0000
commit9f7667e4ad6a8c9446a175316d69b20ea8945c00 (patch)
tree49c653f8a6fc49b83a9050df6edf6bfe56d280dd /llvm/lib
parentb2c9aa6cbc5fb375e21143fd1c125e80f6c79db9 (diff)
downloadbcm5719-llvm-9f7667e4ad6a8c9446a175316d69b20ea8945c00.tar.gz
bcm5719-llvm-9f7667e4ad6a8c9446a175316d69b20ea8945c00.zip
coff targets support alignment on .comm
llvm-svn: 94410
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/MC/MCAsmInfoCOFF.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAsmInfoCOFF.cpp b/llvm/lib/MC/MCAsmInfoCOFF.cpp
index e395acdd313..e6b79dd9d12 100644
--- a/llvm/lib/MC/MCAsmInfoCOFF.cpp
+++ b/llvm/lib/MC/MCAsmInfoCOFF.cpp
@@ -19,7 +19,6 @@ using namespace llvm;
MCAsmInfoCOFF::MCAsmInfoCOFF() {
GlobalPrefix = "_";
HasLCOMMDirective = true;
- COMMDirectiveTakesAlignment = false;
HasDotTypeDotSizeDirective = false;
HasSingleParameterDotFile = false;
PrivateGlobalPrefix = "L"; // Prefix for private global symbols
OpenPOWER on IntegriCloud