use PrintEscapedString to handle attribute section with escapes in it,
authorChris Lattner <sabre@nondot.org>
Wed, 7 Jul 2010 23:16:37 +0000 (23:16 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 7 Jul 2010 23:16:37 +0000 (23:16 +0000)
commit8fff12605e125e264bca213e748e1ec972437a55
tree000882bcac59da47a13f2e33f5c4f5e0f4182740
parent5febd075df156408d97cc9737428b66b0aaa5129
use PrintEscapedString to handle attribute section with escapes in it,
PR7399.  The asm parser already handles this.  This is of dubious
utility (see the PR) but the asmprinter was clearly broken here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107834 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AsmWriter.cpp