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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits