[Lldb-commits] [lldb] [lldb][RPC] Upstream Python scripts (PR #138028)
Chelsea Cassanova via lldb-commits
lldb-commits at lists.llvm.org
Tue May 13 14:58:43 PDT 2025
================
@@ -0,0 +1,13 @@
+// Generate a dummy SB API file using lldb-rpc-gen.
+# RUN: mkdir -p %t/server
+# RUN: mkdir -p %t/lib
----------------
chelcassanova wrote:
> I don't see anything that would need job control, I'm wondering if a stray character is causing the shell to think that.
It could be the "%" in `RUN: mkdir -p %t/lib`? That itself would be strange since the previous line creates a directory in the same way and the other shell tests here pass in that run 🤔
https://github.com/llvm/llvm-project/pull/138028
More information about the lldb-commits
mailing list