MC: Add missing forward in MCLoggingStreamer.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Wed, 6 Oct 2010 20:36:47 +0000 (20:36 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Wed, 6 Oct 2010 20:36:47 +0000 (20:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115830 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCLoggingStreamer.cpp

index 879afa44c5b090ca1f6a76d9ba0c77e61762b0f8..761574545f7f6014a80b6786af927bfe20810d36 100644 (file)
@@ -56,6 +56,7 @@ public:
 
   virtual void InitSections() {
     LogCall("InitSections");
+    return Child->InitSections();
   }
 
   virtual void EmitLabel(MCSymbol *Symbol) {