[PATCH] D91253: [Matrix] Update mangling to use paramterized vendor ext type syntax.
Florian Hahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 11 11:39:09 PST 2020
fhahn marked an inline comment as done.
fhahn added inline comments.
================
Comment at: clang/lib/AST/ItaniumMangle.cpp:3523
mangleType(T->getElementType());
+ Out << "I";
}
----------------
rjmccall wrote:
> Your `I`s and `E`s are backwards.
Argh, used different orders for comment & code :( Should be fixed now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91253/new/
https://reviews.llvm.org/D91253
More information about the cfe-commits
mailing list