[Lldb-commits] [lldb] [lldb][RPC] Upstream Python scripts (PR #138028)
Chelsea Cassanova via lldb-commits
lldb-commits at lists.llvm.org
Wed May 28 10:22:34 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
----------------
chelcassanova wrote:
I changed all the tests so that the files are no longer copied from source. Each test should now be using truncated versions of whatever files will be operated on and these files are in the tests' Inputs directory.
https://github.com/llvm/llvm-project/pull/138028
More information about the lldb-commits
mailing list