OSDN Git Service

Make the MC symbol printer and llvm::Mangler exactly agree on mangling
authorChris Lattner <sabre@nondot.org>
Sun, 13 Sep 2009 18:04:46 +0000 (18:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 13 Sep 2009 18:04:46 +0000 (18:04 +0000)
commite19f9783231d7881efbcf2876c11f7914cf516f1
tree308e236d0bdbbaf5c60994f869990fa105d65641
parentf6dd026fed67d7f7654f26c2bff1ef7652de2023
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