From a6ebba270d1309e7c3d9fbdf58d8ac018138201f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 17 Sep 2009 18:49:52 +0000 Subject: pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, currently unused. llvm-svn: 82157 --- llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp index 4ee8d8c6d58..626523b820f 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp @@ -121,6 +121,7 @@ void DwarfException::EmitCIE(const Function *PersonalityFn, unsigned Index) { // In non-static mode, ask the object file how to represent this reference. PersonalityRef = TLOF.getSymbolForDwarfGlobalReference(PersonalityFn, Asm->Mang, + Asm->MMI, IsPersonalityIndirect, IsPersonalityPCRel); } -- cgit v1.2.3