[PATCH] D112063: [lld][ELF] Support adrp+ldr GOT optimization for AArch64
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 28 00:11:10 PST 2022
uabelho added a comment.
Hi,
Anyone else see one of the new testcases added here fail randomly?
I just got
Exit Code: 74
********************
********************
Failed Tests (1):
lld :: ELF/aarch64-adrp-ldr-got.s
when doing check-all, but I can't reproduce it.
I see the same test fail in our downstream bots now and then, but upon retrigger it works again, so I've never been able to reproduce.
Any possibility that any of the temporary files are used by the other new testcase in this patch so there is randomly a collision reading/writing the same temporary at the same time or something?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112063/new/
https://reviews.llvm.org/D112063
More information about the llvm-commits
mailing list