[PATCH] D34523: AST: mangle BlockDecls under MS ABI

David Majnemer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 23 16:41:18 PDT 2017


majnemer added inline comments.


================
Comment at: lib/AST/MicrosoftMangle.cpp:981-984
+      Out << "YAXPAU__block_literal";
+      if (Discriminator)
+        Out<< '_' << Discriminator;
+      Out << "@@@Z";
----------------
I think you want to use mangleArtificalTagType here.


Repository:
  rL LLVM

https://reviews.llvm.org/D34523





More information about the cfe-commits mailing list