[Lldb-commits] [lldb] [lldb][RPC] Upstream Python scripts (PR #138028)
Chelsea Cassanova via lldb-commits
lldb-commits at lists.llvm.org
Thu May 22 14:56:10 PDT 2025
================
@@ -0,0 +1,20 @@
+// Copy lldb-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:
Nice, I didn't know that about llvm-lit. I'll change everything to use Python-style comments and remove the hashes from the lit commands
https://github.com/llvm/llvm-project/pull/138028
More information about the lldb-commits
mailing list