commit | 345ed9806a0ab5d680da1ff78fe3df7ebbc6107d | [log] [tgz] |
---|---|---|
author | Michael J. Spencer <bigcheesegs@gmail.com> | Wed Oct 06 20:36:47 2010 +0000 |
committer | Michael J. Spencer <bigcheesegs@gmail.com> | Wed Oct 06 20:36:47 2010 +0000 |
tree | 6d8d1df4480a2064776429d4592c0c5cca61483a | |
parent | 4778643912832bc8118eace1aee16554117a8eef [diff] [blame] |
MC: Add missing forward in MCLoggingStreamer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115830 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/MC/MCLoggingStreamer.cpp b/lib/MC/MCLoggingStreamer.cpp index 879afa4..7615745 100644 --- a/lib/MC/MCLoggingStreamer.cpp +++ b/lib/MC/MCLoggingStreamer.cpp
@@ -56,6 +56,7 @@ virtual void InitSections() { LogCall("InitSections"); + return Child->InitSections(); } virtual void EmitLabel(MCSymbol *Symbol) {