[PATCH] D132438: [runtimes] Use a response file for runtimes test suites
Tobias Hieta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 23 03:50:44 PDT 2022
thieta accepted this revision.
thieta added a comment.
I tested this on macOS with `-DLLVM_ENABLE_RUNTIMES=compiler-rt` and `ninja check-all`:
Without the patch on `release/15.x`
Testing Time: 1337.62s
Skipped : 92
Unsupported : 24132
Passed : 58680
Expectedly Failed: 90
With the patch on top of `release/15.x`:
Testing Time: 2626.51s
Skipped : 92
Unsupported : 25144
Passed : 60152
Expectedly Failed: 115
So it seems to be working to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132438/new/
https://reviews.llvm.org/D132438
More information about the llvm-commits
mailing list