summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/COFFTargetAsmInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/COFFTargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/COFFTargetAsmInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/COFFTargetAsmInfo.cpp b/llvm/lib/Target/COFFTargetAsmInfo.cpp
index f1f742e787b..970096b473c 100644
--- a/llvm/lib/Target/COFFTargetAsmInfo.cpp
+++ b/llvm/lib/Target/COFFTargetAsmInfo.cpp
@@ -24,8 +24,6 @@ COFFTargetAsmInfo::COFFTargetAsmInfo(const TargetMachine &TM)
COMMDirectiveTakesAlignment = false;
HasDotTypeDotSizeDirective = false;
HasSingleParameterDotFile = false;
- StaticCtorsSection = "\t.section .ctors,\"aw\"";
- StaticDtorsSection = "\t.section .dtors,\"aw\"";
HiddenDirective = NULL;
PrivateGlobalPrefix = "L"; // Prefix for private global symbols
WeakRefDirective = "\t.weak\t";
OpenPOWER on IntegriCloud