[Lldb-commits] [lldb] [lldb][RPC] Upstream Python scripts (PR #138028)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed May 14 10:53:49 PDT 2025


================
@@ -0,0 +1,16 @@
+// Copy lldb-rpc-defines.h from source.
+# RUN: mkdir -p %t/input
+# RUN: mkdir -p %t/output
+# RUN: cp %p/../../../../../include/lldb/lldb-defines.h %t/input
----------------
JDevlieghere wrote:

Is the goal to run this on the sources to catch regressions, or are we just using the source file as a meaningful input? If it's the latter, I would recommend copying the file into the Inputs directory and reducing it to the bare minimum needed for the test. 

https://github.com/llvm/llvm-project/pull/138028


More information about the lldb-commits mailing list