diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-24 03:54:40 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-24 03:54:40 +0000 |
commit | 0e2ccb2df10ae5e7be0983fd1565cbacb19fba33 (patch) | |
tree | 530c63f02c12e6c1346e338bea5fd2f974ee840e /llvm/lib/CodeGen/LLVMTargetMachine.cpp | |
parent | 0e50a883ff369a24f291c2e3b40e6ac1d4742059 (diff) | |
download | bcm5719-llvm-0e2ccb2df10ae5e7be0983fd1565cbacb19fba33.tar.gz bcm5719-llvm-0e2ccb2df10ae5e7be0983fd1565cbacb19fba33.zip |
Simplify the logic for deciding when to initialize the sections.
llvm-svn: 199971
Diffstat (limited to 'llvm/lib/CodeGen/LLVMTargetMachine.cpp')
-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 2a92e2312a2..f30c5153359 100644 --- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp +++ b/llvm/lib/CodeGen/LLVMTargetMachine.cpp @@ -208,7 +208,6 @@ bool LLVMTargetMachine::addPassesToEmitFile(PassManagerBase &PM, *Context, *MAB, Out, MCE, hasMCRelaxAll(), hasMCNoExecStack())); - AsmStreamer.get()->setAutoInitSections(true); break; } case CGFT_Null: |