diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-17 18:49:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-17 18:49:52 +0000 |
commit | a6ebba270d1309e7c3d9fbdf58d8ac018138201f (patch) | |
tree | 9652f824e695331bad74a351e3666a8d757382f2 /llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp | |
parent | 3aa2d7300be709fb2286e2aeab72dc82cb7c3011 (diff) | |
download | bcm5719-llvm-a6ebba270d1309e7c3d9fbdf58d8ac018138201f.tar.gz bcm5719-llvm-a6ebba270d1309e7c3d9fbdf58d8ac018138201f.zip |
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
currently unused.
llvm-svn: 82157
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |