Open CarlosAlbertoEnciso opened 7 months ago
@llvm/issue-subscribers-debuginfo
Author: Carlos Alberto Enciso (CarlosAlbertoEnciso)
Here's at least a simple example of GCC producing a value for an fp128 non-type template parameter: https://godbolt.org/z/MGsGo5bGE
The existing
DIBuilder::createConstantValueExpression
API accepts anuint64_t
. It creates an expression for a variable that does not have an address, but does have a constant value.Extend support for
fp128
,ppc_fp128
andx86_fp80
constants.