OSDN Git Service

simplify personality function stub printing to use the mangler and
authorChris Lattner <sabre@nondot.org>
Wed, 24 Jun 2009 18:17:00 +0000 (18:17 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 24 Jun 2009 18:17:00 +0000 (18:17 +0000)
commit381d4fef6fc5c93ed1e1a808a59f5b6af49b8b07
treed34cc75f0c1f5826ad400dc8d82604aa5ebcbae4
parent7af485e109391cbbf1cb95dcccc9074f262107ff
simplify personality function stub printing to use the mangler and
decorateName like other stuff instead of special casing _.  Also, stick
it into GVStubs and let the normal stub printer print the stub instead
of doing it manually.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74090 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp