forked from OSchip/llvm-project
parent
fe99e2de95
commit
4b3b9192b2
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue