[PATCH] D110186: Fix tests defaulting to incorrect triples on AIX
Jinsong Ji via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 21 13:39:33 PDT 2021
jsji requested changes to this revision.
jsji added a comment.
This revision now requires changes to proceed.
I don't think this is a correct way to fix all these for AIX.
Since we don't really support those arch on AIX, we should update getMultiarchTriple to resolve the arch to correct triple, instead of trying to update all existing tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110186/new/
https://reviews.llvm.org/D110186
More information about the llvm-commits
mailing list