Revert r224935 "Refactor duplicated code. No intended functionality change."
[oota-llvm.git] / include / llvm / CodeGen / TargetLoweringObjectFileImpl.h
index 9209e1c67c1bb0320b96d138343da2da6c719f02..87f140190a75b0d4b31f659de51c056da0a3153f 100644 (file)
@@ -89,6 +89,8 @@ public:
                        ArrayRef<Module::ModuleFlagEntry> ModuleFlags,
                        Mangler &Mang, const TargetMachine &TM) const override;
 
+  bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
+
   const MCSection *
     SelectSectionForGlobal(const GlobalValue *GV,
                            SectionKind Kind, Mangler &Mang,