Avoiding structor alias is no longer needed because AIX now has an alias implementation here: https://reviews.llvm.org/D83252.
This reverts commit b116ded57da3530e661f871f4191c59cd9e091cd.
Differential D102724
Revert "[AIX] Avoid structor alias; die before bad alias codegen" Jake-Egan on May 18 2021, 1:59 PM. Authored by
Details
Avoiding structor alias is no longer needed because AIX now has an alias implementation here: https://reviews.llvm.org/D83252. This reverts commit b116ded57da3530e661f871f4191c59cd9e091cd.
Diff Detail
Event Timeline
Comment Actions Might be a dumb question, but I see this is a revert to rGb116ded, do we also want to revert the changes added to llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp?
Comment Actions The changes to that file seems to be already reverted by: https://reviews.llvm.org/D79127 Comment Actions
Can we please include the patches or commits that implement the alias in description? |
Format as clang-format suggest. You could run clang-format or git-clang-format just for your commits by the way.