SjoerdMeijer added a comment.
Thanks Richard. I've opened an cxx abi issue, see comments inline. I will start
working now on the doc update, and will do that in a companion change. Cheers.
================
Comment at: lib/AST/ItaniumMangle.cpp:2457-2460
+ case BuiltinType::Float16:
case BuiltinType::Half:
Out << "Dh";
break;
----------------
rsmith wrote:
> Distinct types should have distinct manglings. Please open an issue at
> https://github.com/itanium-cxx-abi/cxx-abi/ to discuss how to mangle these
> cases.
I've opened issue:
https://github.com/itanium-cxx-abi/cxx-abi/issues/21
https://reviews.llvm.org/D33719
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits