This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9c7aeaebb3ac: Itanium Mangling: Mangle `__alignof__`
differently than `alignof`. (authored by jyknight).
Repository:
rG LLVM Github Monorepo
CHAN
rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.
This change looks good to me given the follow-up commits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93922/new/
https://reviews.llvm.org/
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.
jyknight updated this revision to Diff 319422.
jyknight retitled this revision from "Mangle `__alignof__` differently than
`alignof`." to "Itanium Mangling: Mangle `__alignof__` differently than
`alignof`.".
jyknight added a comment.
Minor updates.
Repository:
rG LLVM Github Monorepo
CHANGE