Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. This makes...
authorAnton Korobeynikov <asl@math.spbu.ru>
Sat, 16 Aug 2008 12:57:46 +0000 (12:57 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sat, 16 Aug 2008 12:57:46 +0000 (12:57 +0000)
commitffe31d7bf1e070650b0ff9ebfac815ea172a82bb
tree2d393175d6a72aa68e404e7169ab57b41fc9d96f
parentd0c1e29aecdaaa67ffabbaf2dd255809e6df4978
Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. This makes JIT asmprinter-free.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54843 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
include/llvm/Target/TargetAsmInfo.h
lib/CodeGen/AsmPrinter.cpp
lib/CodeGen/DwarfWriter.cpp
lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
lib/Target/TargetAsmInfo.cpp