[PATCH] D128440: [WebAssembly] Initial support for reference type funcref in clang

Erich Keane via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 12 07:31:21 PST 2023


erichkeane added inline comments.


================
Comment at: clang/lib/AST/MicrosoftMangle.cpp:2481
+  case BuiltinType::Id:                                               \
+        Out << "PA";                                                  \
+    mangleArtificialTagType(TTK_Struct, MangledName);                 \
----------------
I'm not sure what the PA is supposed to mean?  I see some uses of mangleArtificialTagType don't do anything with it, so I fear it is something OCL specific.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128440



More information about the llvm-commits mailing list