[Lldb-commits] [lldb] [lldb][test] Fix inline_sites_live.cpp Shell when run on Linux remotely from Windows (PR #115722)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 13 22:55:18 PST 2024
labath wrote:
> Considering that there's "REQUIRES: system-windows" on top of the test, maybe I'll turn it off for target-linux at all?
This problem is not really linux specific any os!=windows will have the same problem. I think `REQUIRES: target-windows` would be better.
https://github.com/llvm/llvm-project/pull/115722
More information about the lldb-commits
mailing list