Allow per-character control over what target assemblers allow in symbol
authorChris Lattner <sabre@nondot.org>
Thu, 10 Nov 2005 21:39:12 +0000 (21:39 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Nov 2005 21:39:12 +0000 (21:39 +0000)
commitd35f6056137788fcee34b25e70b0d14b453490fc
treeded7a9c16991e96ff47737c4643057b642d56adc
parentfa25e48412bc856dcb67996dc98594fa7b932e63
Allow per-character control over what target assemblers allow in symbol
names.  This also changes the default to allow all of "$_." in addition
to letters and numbers as symbol names.  If you don't want this, use
markCharUnacceptable to remove one of these or markCharAcceptable to add
to the set.  This corresponds with what GAS accepts by default.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24291 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Mangler.h