[weak vtables] Remove a bunch of weak vtables
[oota-llvm.git] / include / llvm / MC / MCAtom.h
index 4758588ac37e40a9da22f60e6ca5c0b88ce2715c..eab32d691fa84d96dc1726467139b6010a7713dd 100644 (file)
@@ -32,6 +32,7 @@ class MCDataAtom;
 /// \brief Represents a contiguous range of either instructions (a TextAtom)
 /// or data (a DataAtom).  Address ranges are expressed as _closed_ intervals.
 class MCAtom {
+  virtual void anchor();
 public:
   virtual ~MCAtom() {}