It is very similar to GCC's PRETTY_FUNCTION, except it prints the
calling convention.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
Note that there is a bit of divergence here with MSVC, we choose different names for the GlobalVariable holding the string constant.
I suppose it would be nicer for the names to match and fold but that is a relatively minor thing, nothing to hold up this patch.
Comment Actions
Thanks! I added a FIXME for the mangling thing. We want to make sure that FUNC* in inline functions gets merged.