targets that support quotes for mangled names still need to escape newlines
authorChris Lattner <sabre@nondot.org>
Fri, 15 Feb 2008 18:54:56 +0000 (18:54 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Feb 2008 18:54:56 +0000 (18:54 +0000)
commit705da966979426f9b0151498df2335bdb149fa41
tree986114b8e77ba4ad759742659dddb4a6a62454f2
parent3b407444c9a45feb74b70b43138580d5f0299597
targets that support quotes for mangled names still need to escape newlines
when they occur in the name, just like " is escaped.

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