[PATCH] D119169: [llvm] Recognize arm64 as target-aarch64 in LIT
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 8 21:29:07 PST 2022
JDevlieghere added a comment.
In D119169#3303585 <https://reviews.llvm.org/D119169#3303585>, @jhenderson wrote:
> Looks reasonable to me. I guess I'd be somewhat curious if this changed the number of tests that are now being run.
No difference on Darwin with and without the patch:
Testing Time: 244.61s
Unsupported : 667
Passed : 46288
Expectedly Failed: 168
Testing Time: 263.27s
Unsupported : 667
Passed : 46288
Expectedly Failed: 168
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119169/new/
https://reviews.llvm.org/D119169
More information about the llvm-commits
mailing list