[PATCH] D93922: Itanium Mangling: Mangle `__alignof__` differently than `alignof`.

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 15:51:30 PST 2021


jyknight added a comment.

OK, I've posted two follow-up changes now.

https://reviews.llvm.org/D95487 fixes the issue with mangleTemplateArg given expressions -- this turned out to be a larged-scoped problem than I had thought, affecting manglings other than just that used the matrix extension.
https://reviews.llvm.org/D95488 fixes the mangling for enable_if, which had the same problem of hardcoding X/E.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93922



More information about the llvm-commits mailing list