CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF
[oota-llvm.git] / lib / Target / XCore / XCoreTargetObjectFile.h
index 34d756edc3f70b8cb929d8d97b90136fe6a4112b..d389e55ae39906bcc105a37aabac6a7b4f84e57a 100644 (file)
@@ -34,7 +34,8 @@ static const unsigned CodeModelLargeSize = 256;
                              Mangler &Mang,
                              const TargetMachine &TM) const override;
 
-    const MCSection *getSectionForConstant(SectionKind Kind) const override;
+    const MCSection *getSectionForConstant(SectionKind Kind,
+                                           const Constant *C) const override;
   };
 } // end namespace llvm