now that mangler is in libtarget, it can use MCAsmInfo instead of clients
authorChris Lattner <sabre@nondot.org>
Sun, 17 Jan 2010 18:22:35 +0000 (18:22 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 17 Jan 2010 18:22:35 +0000 (18:22 +0000)
commitc0dba723d119adc8c7b49c6d0e97d10eac4428fc
tree0aa6cf0211e02b1025c2fb3841c02d14d526e575
parentb56bf581a3bd8feb3eb454b30ab171bc5131e17c
now that mangler is in libtarget, it can use MCAsmInfo instead of clients
having to pass various fields from it in.  Simplify.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93686 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/Mangler.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/ELFWriter.cpp
lib/Target/CBackend/CBackend.cpp
lib/Target/Mangler.cpp
tools/lto/LTOCodeGenerator.cpp
tools/lto/LTOModule.cpp