OSDN Git Service

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)
committerStephen Hines <srhines@google.com>
Mon, 14 Nov 2011 17:11:51 +0000 (09:11 -0800)
commit916f8baa0d9d984e37c02c70d67f04992352568e
tree95e991f3bd0ceaaacc67cd61dca87281efdaa93c
parentcb21a4bc158a1510f359457a095a009f9cfc54fe
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