[llvm-mc] Pushing plumbing through for --fatal-warnings flag.
[oota-llvm.git] / include / llvm / MC / MCSectionMachO.h
index 0c00a7dc1ac8277e0db9a1015b2004773750ab92..97227517c82d6862ff1f1bf0025f75c7b9b960f4 100644 (file)
@@ -35,8 +35,8 @@ class MCSectionMachO : public MCSection {
   /// size of stubs, for example.
   unsigned Reserved2;
 
-  MCSectionMachO(StringRef Segment, StringRef Section,
-                 unsigned TAA, unsigned reserved2, SectionKind K);
+  MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
+                 unsigned reserved2, SectionKind K, MCSymbol *Begin);
   friend class MCContext;
 public: