================
@@ -0,0 +1,6 @@
+RUN: %lldb -b -o 'version -v' | FileCheck %s
+
+CHECK: lldb version
+CHECK: xml:
+CHECK: python:
+CHECK: targets: [{{.*}}]
----------------
DavidSpickett wrote:I can see an argument to not check for all of them because we don't know what forks might add, and frankly, we'll forget a few anyway :) But, can you add a regex for yes or no for the ones we do check? If I understand correctly, though we do have "auto" in cmake, it'll always be yes or no by the time we get here. https://github.com/llvm/llvm-project/pull/170772 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
