do not allow '.' in symbol names

llvm-svn: 24292
This commit is contained in:
Chris Lattner 2005-11-10 21:39:29 +00:00
parent fe99e2de95
commit 4b3b9192b2
1 changed files with 1 additions and 0 deletions

View File

@ -834,6 +834,7 @@ bool CWriter::doInitialization(Module &M) {
// Ensure that all structure types have names...
Mang = new Mangler(M);
Mang->markCharUnacceptable('.');
// get declaration for alloca
Out << "/* Provide Declarations */\n";