summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LLVMTargetMachine.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-01-23 22:49:25 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-01-23 22:49:25 +0000
commite0fd567df0c8b140f2da7a1f0e7114454b6634c2 (patch)
tree0df37b5d4775aa057ff4face6974a05aa9a0f13b /lib/CodeGen/LLVMTargetMachine.cpp
parent7772f9af13b753296227f380cee14080755250d1 (diff)
downloadllvm-e0fd567df0c8b140f2da7a1f0e7114454b6634c2.tar.gz
llvm-e0fd567df0c8b140f2da7a1f0e7114454b6634c2.tar.bz2
llvm-e0fd567df0c8b140f2da7a1f0e7114454b6634c2.tar.xz
Remove duplicated info on what .text, .data and .bss look like.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199951 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r--lib/CodeGen/LLVMTargetMachine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/LLVMTargetMachine.cpp b/lib/CodeGen/LLVMTargetMachine.cpp
index 27a4022ff7..2a92e2312a 100644
--- a/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/lib/CodeGen/LLVMTargetMachine.cpp
@@ -283,7 +283,6 @@ bool LLVMTargetMachine::addPassesToEmitMC(PassManagerBase &PM,
*MAB, Out, MCE,
hasMCRelaxAll(),
hasMCNoExecStack()));
- AsmStreamer.get()->InitSections();
// Create the AsmPrinter, which takes ownership of AsmStreamer if successful.
FunctionPass *Printer = getTarget().createAsmPrinter(*this, *AsmStreamer);