Put in FIXME that this mangling is not official in.

llvm-svn: 90594
This commit is contained in:
Alexis Hunt 2009-12-04 21:11:13 +00:00
parent 78e9de56f4
commit 9b3a395bf3
1 changed files with 1 additions and 1 deletions

View File

@ -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;