compnerd added a comment.
https://reviews.llvm.org/D42768 adds the __swift_cc in the right location and
demangles correctly with undname as well.
https://reviews.llvm.org/D31372
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.l
rjmccall added a comment.
This revision now requires changes to proceed.
You can't just change the top-level mangling of the symbol because this is used
as part of the function type mangling, and those can appear at more-or-less
arbitrary positions.
I cannot possibly imagine Microsoft actually