Hi,
I uploaded a bug fix in phabricator: β D141909 Avoid removing useful loop metadata when striping debug info
The pre-merge check failed on x64 debian due to some tests timeout:
Timed Out Tests (7):
Clang :: CodeGen/RISCV/rvv-intrinsics-autogenerated/policy/non-overloaded/vloxseg.c
Clang :: CodeGen/RISCV/rvv-intrinsics-autogenerated/policy/non-overloaded/vluxseg.c
Clang :: CodeGen/RISCV/rvv-intrinsics-autogenerated/policy/overloaded/vloxseg.c
Clang :: CodeGen/RISCV/rvv-intrinsics-autogenerated/policy/overloaded/vluxseg.c
libFuzzer :: fuzzer-leak.test
libFuzzer :: minimize_crash.test
libFuzzer :: value-profile-load.test
I try running the RISCV tests locally and they pass, but they do take somewhat long (a few minutes in Debug build). But that is the case with or without my change.
Anyone knows what is the problem and what should I do?