It's not legal to output a GV in a coalesced section if it's used in an ARM PIC relat...
[oota-llvm.git] / lib / Target / Mips / MipsTargetAsmInfo.h
index 2b5a739e7219ea9c271ed536a75a7b0058bfe577..806cda8be368ea338e444338887b6a026aa04e83 100644 (file)
@@ -40,7 +40,8 @@ namespace llvm {
     SectionFlagsForGlobal(const GlobalValue *GV = NULL,
                           const char* name = NULL) const;
 
-    virtual const Section* SelectSectionForGlobal(const GlobalValue *GV) const;
+    virtual const Section* SelectSectionForGlobal(const GlobalValue *GV,
+                                                  bool NoCoalesce) const;
 
     private:
       const MipsSubtarget *Subtarget;