diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-23 22:49:25 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-23 22:49:25 +0000 |
commit | e308c0cd0d305801f447114e509c8a75bebbd299 (patch) | |
tree | 442a8adb28d371728c62b6f576e742e0a00a9d60 /llvm/lib/CodeGen | |
parent | d32e28c87a91b038cf4d3860e29e741566d7a66f (diff) | |
download | bcm5719-llvm-e308c0cd0d305801f447114e509c8a75bebbd299.tar.gz bcm5719-llvm-e308c0cd0d305801f447114e509c8a75bebbd299.zip |
Remove duplicated info on what .text, .data and .bss look like.
llvm-svn: 199951
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/LLVMTargetMachine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); |