From: Jim Laskey Date: Thu, 22 Feb 2007 18:22:42 +0000 (+0000) Subject: Missing end of abbreviations. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7b1b39d9bc6116e23a13668e0e38105e110fd383;p=oota-llvm.git Missing end of abbreviations. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34500 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp index 17e38e2381d..42aa1d2875f 100644 --- a/lib/CodeGen/DwarfWriter.cpp +++ b/lib/CodeGen/DwarfWriter.cpp @@ -2104,6 +2104,9 @@ private: Asm->EOL(); } + // Mark end of abbreviations. + DD.getAsm()->EmitULEB128Bytes(0); DD.getAsm()->EOL("EOM(3)"); + EmitLabel("abbrev_end", 0); Asm->EOL();