forked from OSchip/llvm-project
Test commit for the user "kromanova" to verify commit access. I removed "UNSUPPORTED" comment because unsigned __int128 type is in fact supported.
llvm-svn: 195378
This commit is contained in:
parent
a69c1139e9
commit
91b655b683
|
@ -1919,7 +1919,7 @@ void CXXNameMangler::mangleType(const BuiltinType *T) {
|
|||
// ::= x # long long, __int64
|
||||
// ::= y # unsigned long long, __int64
|
||||
// ::= n # __int128
|
||||
// UNSUPPORTED: ::= o # unsigned __int128
|
||||
// ::= o # unsigned __int128
|
||||
// ::= f # float
|
||||
// ::= d # double
|
||||
// ::= e # long double, __float80
|
||||
|
|
Loading…
Reference in New Issue