[Lldb-commits] [lldb] [lldb] convert jit-loader_rtdyld_elf.test to an API test (PR #170333)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 15 07:48:24 PST 2025
charles-zablit wrote:
> @charles-zablit It would have been great to review this. Was is related to #167860 maybe?
Sorry about this. Should I revert the commit?
I'm not sure if #167860 is related. I have not been able to reproduce the timeout at desk, I only see it in CI.
> > This test is timing out in CI on Windows and the hang cannot be reproduced at desk.
>
> The test was set to XFAIL on Windows, because there is no debugger support plugin for it in Orc. Why not turn the XFAIL into a REQUIRED?
Is there an "easy" way to detect ORC support? I could write a decorator for the API test which checks that ORC is available.
https://github.com/llvm/llvm-project/pull/170333
More information about the lldb-commits
mailing list