Make the MC symbol printer and llvm::Mangler exactly agree on mangling
commite66b5a5946e9737b7a230ba903779f4c9d15c542
authorChris Lattner <sabre@nondot.org>
Sun, 13 Sep 2009 18:04:46 +0000 (13 18:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 13 Sep 2009 18:04:46 +0000 (13 18:04 +0000)
tree308e236d0bdbbaf5c60994f869990fa105d65641
parent126c8fe046bc70bf4289cf3d7889abc0bf0176a2
Make the MC symbol printer and llvm::Mangler exactly agree on mangling
for systems that don't support quoting (PR4966).

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