Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision
[oota-llvm.git] / include / llvm / MC / MCAsmInfoDarwin.h
index 3d249f93068da6ab59afa2046ecb81a453747c47..d587c3ce9d547af2f9da720e0ad44243d77a8b96 100644 (file)
@@ -19,9 +19,9 @@
 
 namespace llvm {
   class MCAsmInfoDarwin : public MCAsmInfo {
-    virtual void anchor();
   public:
     explicit MCAsmInfoDarwin();
+    bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
   };
 }