[PATCH] D123601: [clang][AArch64] Split neon tests into 2 files
Florian Hahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 13 07:44:10 PDT 2022
fhahn added a comment.
In D123601#3445601 <https://reviews.llvm.org/D123601#3445601>, @tstellar wrote:
> Can't we add a timeout exception for this test in buildkite? Splitting the file in two actually increases the runtime, due to the overhead of setting up each test.
I don't know, this is a recurring issue which impacts multiple tests and we've not really heard from people maintaining build kite integration AFAIK.
Given that the split up files still contain many functions, I'd expect the setup cost to have a relatively small effect.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123601/new/
https://reviews.llvm.org/D123601
More information about the cfe-commits
mailing list