summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2007-02-22 18:22:42 +0000
committerJim Laskey <jlaskey@mac.com>2007-02-22 18:22:42 +0000
commit4e3d2b9accddf0523b830e5e10fdba54dd282e72 (patch)
tree7e2e43df2b21812699d4a4e874a89c3958f45e70
parent3e3a65b764df7652b5a74c66890853adbcace47e (diff)
downloadbcm5719-llvm-4e3d2b9accddf0523b830e5e10fdba54dd282e72.tar.gz
bcm5719-llvm-4e3d2b9accddf0523b830e5e10fdba54dd282e72.zip
Missing end of abbreviations.
llvm-svn: 34500
-rw-r--r--llvm/lib/CodeGen/DwarfWriter.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp
index 17e38e2381d..42aa1d2875f 100644
--- a/llvm/lib/CodeGen/DwarfWriter.cpp
+++ b/llvm/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();
OpenPOWER on IntegriCloud