mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 23:48:56 +00:00
do not allow '.' in symbol names
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24292 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d35f605613
commit
ba9c6434b9
@ -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";
|
||||
|
@ -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
Block a user