diff options
author | David Spickett <david.spickett@linaro.org> | 2021-10-01 14:12:01 +0100 |
---|---|---|
committer | David Spickett <david.spickett@linaro.org> | 2021-10-06 09:45:53 +0100 |
commit | f8f1bb7462bf2924ac78e9f22356228356fd5219 (patch) | |
tree | c0318276a09362b3385a45083e38bdf12b167662 /llvm/lib/Support/ErrorHandling.cpp | |
parent | a67b1220f53bdece83d5e8a6370f8a6b6b3b10de (diff) | |
download | llvm-f8f1bb7462bf2924ac78e9f22356228356fd5219.zip llvm-f8f1bb7462bf2924ac78e9f22356228356fd5219.tar.gz llvm-f8f1bb7462bf2924ac78e9f22356228356fd5219.tar.bz2 |
[compiler-rt][lsan] Add backup AArch64 register for use_registers test
On Ubuntu Focal x13 is used by something in the process of calling
sched_yield. Causing the test to fail depending on when the thread
is stopped.
Adding x14 works around this and the test passes consistently.
Not switching to only x14 because that could make other platforms
fail. With both we'll always find at least one and even if both
values are present we'll only get one report.
Reviewed By: oontvoo, vitalybuka
Differential Revision: https://reviews.llvm.org/D110931
Diffstat (limited to 'llvm/lib/Support/ErrorHandling.cpp')
0 files changed, 0 insertions, 0 deletions