Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 encoding...
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 5 Nov 2011 11:52:44 +0000 (11:52 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 5 Nov 2011 11:52:44 +0000 (11:52 +0000)
commitc25c90897781f116d5dbabab170bafcf65900fa7
treea6624495facbcb2075f51f1f14ef453fab1b8a22
parent336b88dac8054d6ed6cda6d6198b7d4bb026b3e1
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 encoding from the DWARF asm printer.

As a side effect we now print dwarf ulebs with .ascii directives.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143809 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCObjectWriter.h
include/llvm/MC/MCStreamer.h
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
lib/MC/MCObjectWriter.cpp
lib/MC/MCStreamer.cpp
test/CodeGen/ARM/debug-info-qreg.ll
test/CodeGen/ARM/debug-info-s16-reg.ll
test/CodeGen/X86/2010-06-28-DbgEntryPC.ll