[PATCH] D73115: [AIX] Minor cleanup in AsmPrinter. [NFC]
David Tenty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 14 07:00:43 PST 2020
daltenty added a comment.
This change regresses a whole bunch of lit tests when running on AIX, which change just the march and then stumble into the `assert(MAI->needsFunctionDescriptors() && "AIX ABI is descriptor based.");`, for example `test/CodeGen/XCore/section-name.ll`. Perhaps this should live in the PPC target printer instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73115/new/
https://reviews.llvm.org/D73115
More information about the llvm-commits
mailing list