[PATCH] D46665: [Itanium] Emit type info names with external linkage.

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 9 20:36:24 PDT 2018


rjmccall added inline comments.


================
Comment at: lib/CodeGen/ItaniumCXXABI.cpp:3098
+    InfoLinkage = getTypeInfoLinkage(CGM, Ty);
+    NameLinkage = getTypeInfoLinkage(CGM, Ty, /*ForName*/ true);
+  }
----------------
rjmccall wrote:
> I think we could probably just have the function return both instead of requiring the callee to make two calls.
"caller" instead of "callee", of course.


https://reviews.llvm.org/D46665





More information about the cfe-commits mailing list