Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | diff --git a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp |
michael@0 | 2 | index d6d4510..c488d4a 100644 |
michael@0 | 3 | --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp |
michael@0 | 4 | +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp |
michael@0 | 5 | @@ -172,6 +172,8 @@ bool AsmPrinter::doInitialization(Module &M) { |
michael@0 | 6 | OutStreamer.EmitFileDirective(M.getModuleIdentifier()); |
michael@0 | 7 | } |
michael@0 | 8 | |
michael@0 | 9 | + OutStreamer.EmitCFISections(true, true); |
michael@0 | 10 | + |
michael@0 | 11 | GCModuleInfo *MI = getAnalysisIfAvailable<GCModuleInfo>(); |
michael@0 | 12 | assert(MI && "AsmPrinter didn't require GCModuleInfo?"); |
michael@0 | 13 | for (GCModuleInfo::iterator I = MI->begin(), E = MI->end(); I != E; ++I) |