diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-19 06:25:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-19 06:25:51 +0000 |
commit | 814819f6ea7fb0638fe73920299fda0da941a59e (patch) | |
tree | b8e9a2368cf9e4ee1579017f894644b088f65b53 /lib/MC/MCAsmInfo.cpp | |
parent | 258281d8ac7b6ab61d64948340038e5f6692e3c0 (diff) | |
download | external_llvm-814819f6ea7fb0638fe73920299fda0da941a59e.zip external_llvm-814819f6ea7fb0638fe73920299fda0da941a59e.tar.gz external_llvm-814819f6ea7fb0638fe73920299fda0da941a59e.tar.bz2 |
stop using the .lcomm pseudoop on darwin, instead, directly use the
.zerofill directive. Streamerize its generation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93868 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfo.cpp')
-rw-r--r-- | lib/MC/MCAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp index 556b0aa..731ccf9 100644 --- a/lib/MC/MCAsmInfo.cpp +++ b/lib/MC/MCAsmInfo.cpp @@ -56,7 +56,6 @@ MCAsmInfo::MCAsmInfo() { LCOMMDirective = 0; COMMDirective = "\t.comm\t"; COMMDirectiveTakesAlignment = true; - LCOMMDirectiveTakesAlignment = false; HasDotTypeDotSizeDirective = true; HasSingleParameterDotFile = true; UsedDirective = 0; |