[Lldb-commits] [lldb] [lldb][RPC] Upstream lldb-rpc-gen tool (PR #138031)

Chelsea Cassanova via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 1 09:38:13 PDT 2025


================
@@ -0,0 +1,6 @@
+# All tests for the tool need lldb-rpc-gen to be built.
+# As far as I can see, you need to check all possible ways to
+# say "no" in a CMake option.
+negation_options = ["OFF", "NO", 0]
+if not config.lldb_has_lldbrpc or config.lldb_has_lldbrpc in negation_options:
----------------
chelcassanova wrote:

TIL, just updated the test to change this, thanks!

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


More information about the lldb-commits mailing list