commit | d35f6056137788fcee34b25e70b0d14b453490fc | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Nov 10 21:39:12 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Nov 10 21:39:12 2005 +0000 |
tree | ded7a9c16991e96ff47737c4643057b642d56adc | |
parent | fa25e48412bc856dcb67996dc98594fa7b932e63 [diff] |
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