[PATCH] D55715: Add AddressSpace mangling to MS mode

Zachary Turner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 14 11:25:58 PST 2018


zturner added a comment.

It would be interesting to teach `llvm-undname` to demangle this more naturally.  Right for this mangling: `?f1@@YAXPEAU?$AS_@$00$$CBD at __clang@@@Z` I see this demangling: `void __cdecl f1(struct __clang::AS_<1, char const> *)`.  That's an accurate representation of the underlying structure, but it would be cool if we had special cases for things in the `__clang` namespace, so that we could display this as `void __cdecl f1(char __attribute__((address_space(1))) const *) {}`
`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55715/new/

https://reviews.llvm.org/D55715





More information about the cfe-commits mailing list