forked from OSchip/llvm-project
Put in FIXME that this mangling is not official in.
llvm-svn: 90594
This commit is contained in:
parent
78e9de56f4
commit
9b3a395bf3
|
@ -482,7 +482,7 @@ void CXXNameMangler::mangleUnqualifiedName(const NamedDecl *ND) {
|
|||
break;
|
||||
|
||||
case DeclarationName::CXXLiteralOperatorName:
|
||||
// Guessing based on existing ABI.
|
||||
// FIXME: This mangling is not yet official.
|
||||
Out << "li";
|
||||
mangleSourceName(Name.getCXXLiteralIdentifier());
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue