[Lldb-commits] [lldb] [lldb][test] Use tools from llvm instead of compiler tools (PR #109961)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 25 07:14:33 PDT 2024
================
@@ -25,7 +25,6 @@ def setUp(self):
oslist=["windows"],
bugnumber="llvm.org/pr24527. Makefile.rules doesn't know how to build static libs on Windows",
)
- @expectedFailureAll(remote=True)
----------------
DavidSpickett wrote:
Ok fair enough, maybe it's because the `llvm-whatever` is better than the ancient distro tool.
But if this is already UPASS-ing without this PR then it should be put in its own commit (if you can push direct) or PR (if not).
https://github.com/llvm/llvm-project/pull/109961
More information about the lldb-commits
mailing list