From e308c0cd0d305801f447114e509c8a75bebbd299 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 23 Jan 2014 22:49:25 +0000 Subject: Remove duplicated info on what .text, .data and .bss look like. llvm-svn: 199951 --- llvm/lib/CodeGen/LLVMTargetMachine.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/CodeGen/LLVMTargetMachine.cpp') diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp index 27a4022ff71..2a92e2312a2 100644 --- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp +++ b/llvm/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); -- cgit v1.2.3