[PATCH] D11922: Add NaCl to long double/fp128 mangling test

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 10 16:26:02 PDT 2015


rnk added a comment.

In http://reviews.llvm.org/D11922#221185, @dschuff wrote:

> I'm not an expert in mangling, and I'm not 100% sure if this is right. The Itanium ABI's spec lists "long double" as the same as __float80. Should we use "double" in mangling instead?


If you can have different overloads between double and long double, we need a separate mangling.


http://reviews.llvm.org/D11922





More information about the cfe-commits mailing list