[PATCH] D149746: [PowerPC][lit] Recognize triple ppc64le.*-linux
Tulio Magno Quites Machado Filho via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 5 06:26:51 PDT 2023
tuliom added a comment.
In D149746#4321215 <https://reviews.llvm.org/D149746#4321215>, @qiucf wrote:
> Will this also recognize `powerpc64le-redhat-linux`?
This is not changing how powerpc64le-redhat-linux is interpreted. It is just interpreting ppc64le-redhat-linux as if it were powerpc64le-linux when running lit tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149746/new/
https://reviews.llvm.org/D149746
More information about the llvm-commits
mailing list