pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[oota-llvm.git] / lib / Target / X86 / X86TargetObjectFile.h
index 24577ae1bdaf7252b3a78a7bb5c289d055783788..bee32a573903939c023b59a8fe340db8a36acbc1 100644 (file)
@@ -21,6 +21,7 @@ namespace llvm {
 
     virtual const MCExpr *
     getSymbolForDwarfGlobalReference(const GlobalValue *GV, Mangler *Mang,
+                                     MachineModuleInfo *MMI,
                                      bool &IsIndirect, bool &IsPCRel) const;
   };
 } // end namespace llvm